From 31d794be59cb2d1bf264df79f471b0c8d5f5a457 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:40:26 +0000 Subject: Moving to site trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882841 13f79535-47bb-0310-9956-ffa450edef68 --- .../corba/jse/CorbaRuntimeModuleActivator.html | 288 ---------------- .../sca/host/corba/jse/DefaultCorbaHost.html | 372 --------------------- .../tuscany/sca/host/corba/jse/package-frame.html | 34 -- .../sca/host/corba/jse/package-summary.html | 159 --------- .../tuscany/sca/host/corba/jse/package-tree.html | 153 --------- .../corba/jse/tns/CorbaRuntimeModuleActivator.html | 288 ---------------- .../host/corba/jse/tns/TnsDefaultCorbaHost.html | 343 ------------------- .../sca/host/corba/jse/tns/package-frame.html | 34 -- .../sca/host/corba/jse/tns/package-summary.html | 159 --------- .../sca/host/corba/jse/tns/package-tree.html | 153 --------- 10 files changed, 1983 deletions(-) delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/CorbaRuntimeModuleActivator.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/DefaultCorbaHost.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/package-frame.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/package-summary.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/package-tree.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/tns/CorbaRuntimeModuleActivator.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/tns/TnsDefaultCorbaHost.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/tns/package-frame.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/tns/package-summary.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/tns/package-tree.html (limited to 'site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse') diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/CorbaRuntimeModuleActivator.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/CorbaRuntimeModuleActivator.html deleted file mode 100644 index 78ddf3877b..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/CorbaRuntimeModuleActivator.html +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - -CorbaRuntimeModuleActivator - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.host.corba.jse -
-Class CorbaRuntimeModuleActivator

-
-java.lang.Object
-  extended by org.apache.tuscany.sca.host.corba.jse.CorbaRuntimeModuleActivator
-
-
-
All Implemented Interfaces:
ModuleActivator
-
-
-
-
public class CorbaRuntimeModuleActivator
extends java.lang.Object
implements ModuleActivator
- - -

-


- -

- - - - - - - - - - - -
-Constructor Summary
CorbaRuntimeModuleActivator() - -
-           
-  - - - - - - - - - - - - - - - -
-Method Summary
- voidstart(ExtensionPointRegistry extensionPointRegistry) - -
-          This method is invoked when the module is started by the Tuscany system.
- voidstop(ExtensionPointRegistry registry) - -
-          This method is invoked when the module is stopped by the Tuscany system.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

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

-CorbaRuntimeModuleActivator

-
-public CorbaRuntimeModuleActivator()
-
-
- - - - - - - - -
-Method Detail
- -

-start

-
-public void start(ExtensionPointRegistry extensionPointRegistry)
-
-
Description copied from interface: ModuleActivator
-
This method is invoked when the module is started by the Tuscany system. - It can be used by this module to register extensions against extension - points. -

-

-
Specified by:
start in interface ModuleActivator
-
-
-
Parameters:
extensionPointRegistry - The extension point registry
-
-
-
- -

-stop

-
-public void stop(ExtensionPointRegistry registry)
-
-
Description copied from interface: ModuleActivator
-
This method is invoked when the module is stopped by the Tuscany system. - It can be used by this module to unregister extensions against the - extension points. -

-

-
Specified by:
stop in interface ModuleActivator
-
-
-
Parameters:
registry - The extension point registry
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/DefaultCorbaHost.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/DefaultCorbaHost.html deleted file mode 100644 index cf41ea1b34..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/DefaultCorbaHost.html +++ /dev/null @@ -1,372 +0,0 @@ - - - - - - -DefaultCorbaHost - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.host.corba.jse -
-Class DefaultCorbaHost

-
-java.lang.Object
-  extended by org.apache.tuscany.sca.host.corba.jse.DefaultCorbaHost
-
-
-
All Implemented Interfaces:
CorbaHost
-
-
-
-
public class DefaultCorbaHost
extends java.lang.Object
implements CorbaHost
- - -

-


- -

- - - - - - - - - - - -
-Constructor Summary
DefaultCorbaHost() - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- org.omg.CORBA.ORBcreateORB(java.lang.String host, - int port, - boolean server) - -
-           
- org.omg.CORBA.Objectlookup(java.lang.String uri) - -
-          Gets reference to object
- voidregisterServant(java.lang.String uri, - org.omg.CORBA.Object servantObject) - -
-          Registers servant in name server.
- voidstop() - -
-           
- voidunregisterServant(java.lang.String uri) - -
-          Removes servant from name server
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

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

-DefaultCorbaHost

-
-public DefaultCorbaHost()
-
-
- - - - - - - - -
-Method Detail
- -

-registerServant

-
-public void registerServant(java.lang.String uri,
-                            org.omg.CORBA.Object servantObject)
-                     throws CorbaHostException
-
-
Description copied from interface: CorbaHost
-
Registers servant in name server. -

-

-
Specified by:
registerServant in interface CorbaHost
-
-
-
Parameters:
uri - corbaname URI -
Throws: -
CorbaHostException
-
-
-
- -

-unregisterServant

-
-public void unregisterServant(java.lang.String uri)
-                       throws CorbaHostException
-
-
Description copied from interface: CorbaHost
-
Removes servant from name server -

-

-
Specified by:
unregisterServant in interface CorbaHost
-
-
- -
Throws: -
CorbaHostException
-
-
-
- -

-lookup

-
-public org.omg.CORBA.Object lookup(java.lang.String uri)
-                            throws CorbaHostException
-
-
Description copied from interface: CorbaHost
-
Gets reference to object -

-

-
Specified by:
lookup in interface CorbaHost
-
-
- -
Returns:
objects reference -
Throws: -
CorbaHostException
-
-
-
- -

-createORB

-
-public org.omg.CORBA.ORB createORB(java.lang.String host,
-                                   int port,
-                                   boolean server)
-                            throws CorbaHostException
-
-
-
-
-
- -
Throws: -
CorbaHostException
-
-
-
- -

-stop

-
-public void stop()
-
-
-
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/package-frame.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/package-frame.html deleted file mode 100644 index 48b2f2969a..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/package-frame.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - -org.apache.tuscany.sca.host.corba.jse - - - - - - - - - - - -org.apache.tuscany.sca.host.corba.jse - - - - -
-Classes  - -
-CorbaRuntimeModuleActivator -
-DefaultCorbaHost
- - - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/package-summary.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/package-summary.html deleted file mode 100644 index a602369ebb..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/package-summary.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - -org.apache.tuscany.sca.host.corba.jse - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-

-Package org.apache.tuscany.sca.host.corba.jse -

- - - - - - - - - - - - - -
-Class Summary
CorbaRuntimeModuleActivator 
DefaultCorbaHost 
-  - -

-

-
-
- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/package-tree.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/package-tree.html deleted file mode 100644 index 0d7bb846ec..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/package-tree.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - -org.apache.tuscany.sca.host.corba.jse Class Hierarchy - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Hierarchy For Package org.apache.tuscany.sca.host.corba.jse -

-
-
-
Package Hierarchies:
All Packages
-
-

-Class Hierarchy -

- -
- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/tns/CorbaRuntimeModuleActivator.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/tns/CorbaRuntimeModuleActivator.html deleted file mode 100644 index 7bf6c8f0d9..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/tns/CorbaRuntimeModuleActivator.html +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - -CorbaRuntimeModuleActivator - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.host.corba.jse.tns -
-Class CorbaRuntimeModuleActivator

-
-java.lang.Object
-  extended by org.apache.tuscany.sca.host.corba.jse.tns.CorbaRuntimeModuleActivator
-
-
-
All Implemented Interfaces:
ModuleActivator
-
-
-
-
public class CorbaRuntimeModuleActivator
extends java.lang.Object
implements ModuleActivator
- - -

-


- -

- - - - - - - - - - - -
-Constructor Summary
CorbaRuntimeModuleActivator() - -
-           
-  - - - - - - - - - - - - - - - -
-Method Summary
- voidstart(ExtensionPointRegistry extensionPointRegistry) - -
-          This method is invoked when the module is started by the Tuscany system.
- voidstop(ExtensionPointRegistry registry) - -
-          This method is invoked when the module is stopped by the Tuscany system.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

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

-CorbaRuntimeModuleActivator

-
-public CorbaRuntimeModuleActivator()
-
-
- - - - - - - - -
-Method Detail
- -

-start

-
-public void start(ExtensionPointRegistry extensionPointRegistry)
-
-
Description copied from interface: ModuleActivator
-
This method is invoked when the module is started by the Tuscany system. - It can be used by this module to register extensions against extension - points. -

-

-
Specified by:
start in interface ModuleActivator
-
-
-
Parameters:
extensionPointRegistry - The extension point registry
-
-
-
- -

-stop

-
-public void stop(ExtensionPointRegistry registry)
-
-
Description copied from interface: ModuleActivator
-
This method is invoked when the module is stopped by the Tuscany system. - It can be used by this module to unregister extensions against the - extension points. -

-

-
Specified by:
stop in interface ModuleActivator
-
-
-
Parameters:
registry - The extension point registry
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/tns/TnsDefaultCorbaHost.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/tns/TnsDefaultCorbaHost.html deleted file mode 100644 index 0ffb8cd861..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/tns/TnsDefaultCorbaHost.html +++ /dev/null @@ -1,343 +0,0 @@ - - - - - - -TnsDefaultCorbaHost - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.host.corba.jse.tns -
-Class TnsDefaultCorbaHost

-
-java.lang.Object
-  extended by org.apache.tuscany.sca.host.corba.jse.tns.TnsDefaultCorbaHost
-
-
-
All Implemented Interfaces:
CorbaHost
-
-
-
-
public class TnsDefaultCorbaHost
extends java.lang.Object
implements CorbaHost
- - -

-


- -

- - - - - - - - - - - -
-Constructor Summary
TnsDefaultCorbaHost() - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- org.omg.CORBA.Objectlookup(java.lang.String uri) - -
-          Gets reference to object
- voidregisterServant(java.lang.String uri, - org.omg.CORBA.Object servantObject) - -
-          Registers servant in name server.
- voidstop() - -
-           
- voidunregisterServant(java.lang.String uri) - -
-          Removes servant from name server
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

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

-TnsDefaultCorbaHost

-
-public TnsDefaultCorbaHost()
-
-
- - - - - - - - -
-Method Detail
- -

-registerServant

-
-public void registerServant(java.lang.String uri,
-                            org.omg.CORBA.Object servantObject)
-                     throws CorbaHostException
-
-
Description copied from interface: CorbaHost
-
Registers servant in name server. -

-

-
Specified by:
registerServant in interface CorbaHost
-
-
-
Parameters:
uri - corbaname URI -
Throws: -
CorbaHostException
-
-
-
- -

-unregisterServant

-
-public void unregisterServant(java.lang.String uri)
-                       throws CorbaHostException
-
-
Description copied from interface: CorbaHost
-
Removes servant from name server -

-

-
Specified by:
unregisterServant in interface CorbaHost
-
-
- -
Throws: -
CorbaHostException
-
-
-
- -

-lookup

-
-public org.omg.CORBA.Object lookup(java.lang.String uri)
-                            throws CorbaHostException
-
-
Description copied from interface: CorbaHost
-
Gets reference to object -

-

-
Specified by:
lookup in interface CorbaHost
-
-
- -
Returns:
objects reference -
Throws: -
CorbaHostException
-
-
-
- -

-stop

-
-public void stop()
-
-
-
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/tns/package-frame.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/tns/package-frame.html deleted file mode 100644 index d26319733a..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/tns/package-frame.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - -org.apache.tuscany.sca.host.corba.jse.tns - - - - - - - - - - - -org.apache.tuscany.sca.host.corba.jse.tns - - - - -
-Classes  - -
-CorbaRuntimeModuleActivator -
-TnsDefaultCorbaHost
- - - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/tns/package-summary.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/tns/package-summary.html deleted file mode 100644 index 8cf80beafb..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/tns/package-summary.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - -org.apache.tuscany.sca.host.corba.jse.tns - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-

-Package org.apache.tuscany.sca.host.corba.jse.tns -

- - - - - - - - - - - - - -
-Class Summary
CorbaRuntimeModuleActivator 
TnsDefaultCorbaHost 
-  - -

-

-
-
- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/tns/package-tree.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/tns/package-tree.html deleted file mode 100644 index e131a41280..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/host/corba/jse/tns/package-tree.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - -org.apache.tuscany.sca.host.corba.jse.tns Class Hierarchy - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Hierarchy For Package org.apache.tuscany.sca.host.corba.jse.tns -

-
-
-
Package Hierarchies:
All Packages
-
-

-Class Hierarchy -

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