From 057f884903954203339182649daa100ef4ce89e3 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Mon, 22 Dec 2003 17:28:21 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'Build_001'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build_001@85 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../moa/spss/server/init/ConfiguratorImpl.html | 269 --------------------- .../moa/spss/server/init/SystemInitializer.html | 214 ---------------- .../server/init/class-use/ConfiguratorImpl.html | 95 -------- .../server/init/class-use/SystemInitializer.html | 95 -------- .../moa/spss/server/init/package-frame.html | 28 --- .../moa/spss/server/init/package-summary.html | 110 --------- .../moa/spss/server/init/package-tree.html | 106 -------- .../moa/spss/server/init/package-use.html | 95 -------- 8 files changed, 1012 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/ConfiguratorImpl.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/SystemInitializer.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/class-use/ConfiguratorImpl.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/class-use/SystemInitializer.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/package-frame.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/package-summary.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/package-tree.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/package-use.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/ConfiguratorImpl.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/ConfiguratorImpl.html deleted file mode 100644 index a56b6073c..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/ConfiguratorImpl.html +++ /dev/null @@ -1,269 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class ConfiguratorImpl - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -at.gv.egovernment.moa.spss.server.init -
-Class ConfiguratorImpl

-
-java.lang.Object
-  |
-  +--at.gv.egovernment.moa.spss.api.Configurator
-        |
-        +--at.gv.egovernment.moa.spss.server.init.ConfiguratorImpl
-
-
-
-
public class ConfiguratorImpl
extends at.gv.egovernment.moa.spss.api.Configurator
- -

-Default implementation of Configurator. -

-

-
Version:
$Id$
-
Author:
Patrick Peck
-
-
- -

- - - - - - - - - - - - - - - - -
-Constructor Summary
ConfiguratorImpl() - -
-           
-  - - - - - - - - - - - - - - - -
-Method Summary
- voidinit() - -
-          Initialize the SP/SS configuration. - -
- voidupdate() - -
-          Update the SP/SS configuration. - -
- - - - - - - -
Methods inherited from class at.gv.egovernment.moa.spss.api.Configurator
getInstance
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - - - - -
-Constructor Detail
- -

-ConfiguratorImpl

-
-public ConfiguratorImpl()
-
-
- - - - - - - - -
-Method Detail
- -

-init

-
-public void init()
-          throws MOAException
-
-
Description copied from class: at.gv.egovernment.moa.spss.api.Configurator
-
Initialize the SP/SS configuration. - - Only a single call to this method will have an effect. Use - update() for reflecting changes in the configuration instead.
-
Overrides:
init in class at.gv.egovernment.moa.spss.api.Configurator
-
-
Following copied from class: at.gv.egovernment.moa.spss.api.Configurator
-
-
Throws:
MOAException - An error occurred updating the SP/SS configuration.
-
-
-
- -

-update

-
-public void update()
-            throws MOAException
-
-
Description copied from class: at.gv.egovernment.moa.spss.api.Configurator
-
Update the SP/SS configuration. - - This will only have an effect after the system has been initialized once - using init().
-
Overrides:
update in class at.gv.egovernment.moa.spss.api.Configurator
-
-
Following copied from class: at.gv.egovernment.moa.spss.api.Configurator
-
-
Throws:
MOAException - An error occurred updating the SP/SS configuration.
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/SystemInitializer.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/SystemInitializer.html deleted file mode 100644 index 78afdbaed..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/SystemInitializer.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class SystemInitializer - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -at.gv.egovernment.moa.spss.server.init -
-Class SystemInitializer

-
-java.lang.Object
-  |
-  +--at.gv.egovernment.moa.spss.server.init.SystemInitializer
-
-
-
-
public class SystemInitializer
extends Object
- -

-MOA SP/SS web service initialization. -

-

-
Version:
$Id$
-
Author:
Patrick Peck
-
-
- -

- - - - - - - - - - - - - - - - -
-Constructor Summary
SystemInitializer() - -
-           
-  - - - - - - - - - - - -
-Method Summary
-static voidinit() - -
-          Initialize the MOA SP/SS webservice.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - - - - -
-Constructor Detail
- -

-SystemInitializer

-
-public SystemInitializer()
-
-
- - - - - - - - -
-Method Detail
- -

-init

-
-public static void init()
-
-
Initialize the MOA SP/SS webservice.
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/class-use/ConfiguratorImpl.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/class-use/ConfiguratorImpl.html deleted file mode 100644 index 32a6eb9be..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/class-use/ConfiguratorImpl.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.spss.server.init.ConfiguratorImpl - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Uses of Class
at.gv.egovernment.moa.spss.server.init.ConfiguratorImpl

-
-No usage of at.gv.egovernment.moa.spss.server.init.ConfiguratorImpl -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/class-use/SystemInitializer.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/class-use/SystemInitializer.html deleted file mode 100644 index 31cbfcdba..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/class-use/SystemInitializer.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.spss.server.init.SystemInitializer - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Uses of Class
at.gv.egovernment.moa.spss.server.init.SystemInitializer

-
-No usage of at.gv.egovernment.moa.spss.server.init.SystemInitializer -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/package-frame.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/package-frame.html deleted file mode 100644 index a2478bab3..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/package-frame.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Package at.gv.egovernment.moa.spss.server.init - - - - - -at.gv.egovernment.moa.spss.server.init - - - - -
-Classes  - -
-ConfiguratorImpl -
-SystemInitializer
- - - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/package-summary.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/package-summary.html deleted file mode 100644 index 7db3951d0..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/package-summary.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Package at.gv.egovernment.moa.spss.server.init - - - - - - - - - - - - - - - - - -
- -
- - -
-

-Package at.gv.egovernment.moa.spss.server.init -

- - - - - - - - - - - - - -
-Class Summary
ConfiguratorImplDefault implementation of Configurator.
SystemInitializerMOA SP/SS web service initialization.
-  - -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/package-tree.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/package-tree.html deleted file mode 100644 index 2e846b712..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/package-tree.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: at.gv.egovernment.moa.spss.server.init Class Hierarchy - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Hierarchy For Package at.gv.egovernment.moa.spss.server.init -

-
-
-
Package Hierarchies:
All Packages
-
-

-Class Hierarchy -

- -
- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/package-use.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/package-use.html deleted file mode 100644 index 52cda3bc5..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/init/package-use.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Package at.gv.egovernment.moa.spss.server.init - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Uses of Package
at.gv.egovernment.moa.spss.server.init

-
-No usage of at.gv.egovernment.moa.spss.server.init -

-


- - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3