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 --- .../sca/node/osgi/launcher/Contribution.html | 279 --------------- .../node/osgi/launcher/DomainManagerLauncher.html | 310 ---------------- .../sca/node/osgi/launcher/FelixOSGiHost.html | 322 ----------------- .../sca/node/osgi/launcher/JarFileFinder.html | 262 -------------- .../osgi/launcher/LauncherBundleActivator.html | 395 --------------------- .../sca/node/osgi/launcher/LauncherException.html | 292 --------------- .../sca/node/osgi/launcher/NodeDaemonLauncher.html | 278 --------------- .../sca/node/osgi/launcher/NodeLauncher.html | 393 -------------------- .../tuscany/sca/node/osgi/launcher/NodeMain.html | 260 -------------- .../sca/node/osgi/launcher/NodeServletFilter.html | 305 ---------------- .../tuscany/sca/node/osgi/launcher/OSGiHost.html | 230 ------------ .../sca/node/osgi/launcher/package-frame.html | 70 ---- .../sca/node/osgi/launcher/package-summary.html | 216 ----------- .../sca/node/osgi/launcher/package-tree.html | 162 --------- 14 files changed, 3774 deletions(-) delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/Contribution.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/DomainManagerLauncher.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/FelixOSGiHost.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/JarFileFinder.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/LauncherBundleActivator.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/LauncherException.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/NodeDaemonLauncher.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/NodeLauncher.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/NodeMain.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/NodeServletFilter.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/OSGiHost.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/package-frame.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/package-summary.html delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/package-tree.html (limited to 'site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher') diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/Contribution.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/Contribution.html deleted file mode 100644 index d936195ce3..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/Contribution.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -Contribution - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.node.osgi.launcher -
-Class Contribution

-
-java.lang.Object
-  extended by org.apache.tuscany.sca.node.osgi.launcher.Contribution
-
-
-
-
public final class Contribution
extends java.lang.Object
- - -

-Represents an SCA contribution uri + location. -

- -

-


- -

- - - - - - - - - - - -
-Constructor Summary
Contribution(java.lang.String uri, - java.lang.String location) - -
-          Constructs a new SCA contribution.
-  - - - - - - - - - - - - - - - -
-Method Summary
- java.lang.StringgetLocation() - -
-           
- java.lang.StringgetURI() - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

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

-Contribution

-
-public Contribution(java.lang.String uri,
-                    java.lang.String location)
-
-
Constructs a new SCA contribution. -

-

-
Parameters:
uri -
location -
-
- - - - - - - - -
-Method Detail
- -

-getURI

-
-public java.lang.String getURI()
-
-
-
-
-
-
- -

-getLocation

-
-public java.lang.String getLocation()
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/DomainManagerLauncher.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/DomainManagerLauncher.html deleted file mode 100644 index c0974b3155..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/DomainManagerLauncher.html +++ /dev/null @@ -1,310 +0,0 @@ - - - - - - -DomainManagerLauncher - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.node.osgi.launcher -
-Class DomainManagerLauncher

-
-java.lang.Object
-  extended by org.apache.tuscany.sca.node.osgi.launcher.DomainManagerLauncher
-
-
-
-
public class DomainManagerLauncher
extends java.lang.Object
- - -

-Simple launcher for the SCA domain manager. -

- -

-


- -

- - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- - - - - -
-<T> T
-
createDomainManager() - -
-          Creates a new DomainManager.
- - - - - -
-<T> T
-
createDomainManager(java.lang.String rootDirectory) - -
-          Creates a new DomainManager.
-static voidmain(java.lang.String[] args) - -
-           
-static DomainManagerLaunchernewInstance() - -
-          Returns a new launcher instance.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Method Detail
- -

-newInstance

-
-public static DomainManagerLauncher newInstance()
-
-
Returns a new launcher instance. -

-

- -
Returns:
a new launcher instance
-
-
-
- -

-createDomainManager

-
-public <T> T createDomainManager()
-                      throws LauncherException
-
-
Creates a new DomainManager. -

-

- -
Returns:
a new DomainManager -
Throws: -
LauncherException
-
-
-
- -

-createDomainManager

-
-public <T> T createDomainManager(java.lang.String rootDirectory)
-                      throws LauncherException
-
-
Creates a new DomainManager. -

-

-
Parameters:
rootDirectory - the domain's root configuration directory -
Returns:
a new DomainManager -
Throws: -
LauncherException
-
-
-
- -

-main

-
-public static void main(java.lang.String[] args)
-                 throws java.lang.Exception
-
-
- -
Throws: -
java.lang.Exception
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/FelixOSGiHost.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/FelixOSGiHost.html deleted file mode 100644 index 8891f0738c..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/FelixOSGiHost.html +++ /dev/null @@ -1,322 +0,0 @@ - - - - - - -FelixOSGiHost - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.node.osgi.launcher -
-Class FelixOSGiHost

-
-java.lang.Object
-  extended by org.apache.tuscany.sca.node.osgi.launcher.FelixOSGiHost
-
-
-
All Implemented Interfaces:
OSGiHost
-
-
-
-
public class FelixOSGiHost
extends java.lang.Object
implements OSGiHost
- - -

-


- -

- - - - - - - - - - - -
-Constructor Summary
FelixOSGiHost() - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- LauncherBundleActivatorgetActivator() - -
-           
- voidsetActivator(LauncherBundleActivator activator) - -
-           
- BundleContextstart() - -
-           
- voidstop() - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

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

-FelixOSGiHost

-
-public FelixOSGiHost()
-
-
- - - - - - - - -
-Method Detail
- -

-getActivator

-
-public LauncherBundleActivator getActivator()
-
-
-
-
-
-
-
-
-
- -

-setActivator

-
-public void setActivator(LauncherBundleActivator activator)
-
-
-
-
-
-
-
-
-
- -

-start

-
-public BundleContext start()
-
-
-
Specified by:
start in interface OSGiHost
-
-
-
-
-
-
- -

-stop

-
-public void stop()
-
-
-
Specified by:
stop in interface OSGiHost
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/JarFileFinder.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/JarFileFinder.html deleted file mode 100644 index 09004b5ad2..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/JarFileFinder.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - -JarFileFinder - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.node.osgi.launcher -
-Class JarFileFinder

-
-java.lang.Object
-  extended by org.apache.tuscany.sca.node.osgi.launcher.JarFileFinder
-
-
-
-
public class JarFileFinder
extends java.lang.Object
- - -

-


- -

- - - - - - - - - - - -
-Constructor Summary
JarFileFinder() - -
-           
-  - - - - - - - - - - - -
-Method Summary
-static java.util.List<java.net.URL>findJarFiles(java.io.File root, - java.io.FilenameFilter filter) - -
-          Returns a ClassLoader for the Tuscany runtime JARs.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

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

-JarFileFinder

-
-public JarFileFinder()
-
-
- - - - - - - - -
-Method Detail
- -

-findJarFiles

-
-public static java.util.List<java.net.URL> findJarFiles(java.io.File root,
-                                                        java.io.FilenameFilter filter)
-                                                 throws java.io.FileNotFoundException,
-                                                        java.net.URISyntaxException,
-                                                        java.net.MalformedURLException
-
-
Returns a ClassLoader for the Tuscany runtime JARs. -

-

-
Parameters:
parentClassLoader -
filter - -
Returns:
-
Throws: -
java.io.FileNotFoundException -
java.net.URISyntaxException -
java.net.MalformedURLException
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/LauncherBundleActivator.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/LauncherBundleActivator.html deleted file mode 100644 index 4f439b1b64..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/LauncherBundleActivator.html +++ /dev/null @@ -1,395 +0,0 @@ - - - - - - -LauncherBundleActivator - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.node.osgi.launcher -
-Class LauncherBundleActivator

-
-java.lang.Object
-  extended by org.apache.tuscany.sca.node.osgi.launcher.LauncherBundleActivator
-
-
-
-
public class LauncherBundleActivator
extends java.lang.Object
- - -

-Bundle activator which installs Tuscany modules and 3rd party jars into an OSGi runtime. -

- -

-


- -

- - - - - - - - - - - - - - -
-Constructor Summary
LauncherBundleActivator() - -
-           
LauncherBundleActivator(java.util.List<java.net.URL> jarFiles) - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- voidbundleChanged(BundleEvent event) - -
-           
- BundlecreateAndInstallBundle(BundleContext bundleContext, - java.net.URL bundleFile) - -
-           
- BundleContextgetBundleContext() - -
-           
- voidinstallTuscany(BundleContext bundleContext) - -
-           
- voidstart(BundleContext bundleContext) - -
-           
- voidstop(BundleContext bundleContext) - -
-           
-static java.lang.StringtoString(Bundle b, - boolean verbose) - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

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

-LauncherBundleActivator

-
-public LauncherBundleActivator()
-
-
-
- -

-LauncherBundleActivator

-
-public LauncherBundleActivator(java.util.List<java.net.URL> jarFiles)
-
-
- - - - - - - - -
-Method Detail
- -

-toString

-
-public static java.lang.String toString(Bundle b,
-                                        boolean verbose)
-
-
-
-
-
-
- -

-start

-
-public void start(BundleContext bundleContext)
-           throws java.lang.Exception
-
-
- -
Throws: -
java.lang.Exception
-
-
-
- -

-stop

-
-public void stop(BundleContext bundleContext)
-          throws java.lang.Exception
-
-
- -
Throws: -
java.lang.Exception
-
-
-
- -

-installTuscany

-
-public void installTuscany(BundleContext bundleContext)
-
-
-
-
-
-
- -

-createAndInstallBundle

-
-public Bundle createAndInstallBundle(BundleContext bundleContext,
-                                     java.net.URL bundleFile)
-                              throws java.lang.Exception
-
-
- -
Throws: -
java.lang.Exception
-
-
-
- -

-getBundleContext

-
-public BundleContext getBundleContext()
-
-
-
-
-
-
- -

-bundleChanged

-
-public void bundleChanged(BundleEvent event)
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/LauncherException.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/LauncherException.html deleted file mode 100644 index e423215778..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/LauncherException.html +++ /dev/null @@ -1,292 +0,0 @@ - - - - - - -LauncherException - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.node.osgi.launcher -
-Class LauncherException

-
-java.lang.Object
-  extended by java.lang.Throwable
-      extended by java.lang.Exception
-          extended by org.apache.tuscany.sca.node.osgi.launcher.LauncherException
-
-
-
All Implemented Interfaces:
java.io.Serializable
-
-
-
-
public class LauncherException
extends java.lang.Exception
- - -

-Denotes an error launching an SCA domain manager or node. -

- -

-

-
See Also:
Serialized Form
-
- -

- - - - - - - - - - - - - - - - - - - - -
-Constructor Summary
LauncherException() - -
-           
LauncherException(java.lang.String message) - -
-           
LauncherException(java.lang.String message, - java.lang.Throwable cause) - -
-           
LauncherException(java.lang.Throwable cause) - -
-           
-  - - - - - - - -
-Method Summary
- - - - - - - -
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-  -

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

-LauncherException

-
-public LauncherException()
-
-
-
- -

-LauncherException

-
-public LauncherException(java.lang.String message,
-                         java.lang.Throwable cause)
-
-
-
Parameters:
message -
cause -
-
-
- -

-LauncherException

-
-public LauncherException(java.lang.String message)
-
-
-
Parameters:
message -
-
-
- -

-LauncherException

-
-public LauncherException(java.lang.Throwable cause)
-
-
-
Parameters:
cause -
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/NodeDaemonLauncher.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/NodeDaemonLauncher.html deleted file mode 100644 index 4de8543cd7..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/NodeDaemonLauncher.html +++ /dev/null @@ -1,278 +0,0 @@ - - - - - - -NodeDaemonLauncher - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.node.osgi.launcher -
-Class NodeDaemonLauncher

-
-java.lang.Object
-  extended by org.apache.tuscany.sca.node.osgi.launcher.NodeDaemonLauncher
-
-
-
-
public class NodeDaemonLauncher
extends java.lang.Object
- - -

-A launcher for the SCA Node daemon. -

- -

-


- -

- - - - - - - - - - - - - - - - - - - - -
-Method Summary
- - - - - -
-<T> T
-
createNodeDaemon() - -
-          Creates a new node daemon.
-static voidmain(java.lang.String[] args) - -
-           
-static NodeDaemonLaunchernewInstance() - -
-          Returns a new launcher instance.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Method Detail
- -

-newInstance

-
-public static NodeDaemonLauncher newInstance()
-
-
Returns a new launcher instance. -

-

- -
Returns:
a new launcher instance
-
-
-
- -

-createNodeDaemon

-
-public <T> T createNodeDaemon()
-                   throws LauncherException
-
-
Creates a new node daemon. -

-

-
Parameters:
- -
Returns:
a new node daemon -
Throws: -
LauncherException
-
-
-
- -

-main

-
-public static void main(java.lang.String[] args)
-                 throws java.lang.Exception
-
-
- -
Throws: -
java.lang.Exception
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/NodeLauncher.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/NodeLauncher.html deleted file mode 100644 index 14b5f8af78..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/NodeLauncher.html +++ /dev/null @@ -1,393 +0,0 @@ - - - - - - -NodeLauncher - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.node.osgi.launcher -
-Class NodeLauncher

-
-java.lang.Object
-  extended by org.apache.tuscany.sca.node.osgi.launcher.NodeLauncher
-
-
-
-
public class NodeLauncher
extends java.lang.Object
- - -

-A launcher for SCA nodes. -

- -

-


- -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- - - - - -
-<T> T
-
createNode(java.lang.String compositeURI, - Contribution... contributions) - -
-          Creates a new SCA OSGi Node.
- - - - - -
-<T> T
-
createNode(java.lang.String compositeURI, - java.lang.String compositeContent, - Contribution... contributions) - -
-          Creates a new SCA OSGi Node.
- - - - - -
-<T> T
-
createNodeFromClassLoader(java.lang.String compositeURI, - java.lang.ClassLoader classLoader) - -
-          Create a SCA node based on the discovery of the contribution on the classpath for the - given classloader.
- - - - - -
-<T> T
-
createNodeFromURL(java.lang.String configurationURL) - -
-          Creates a new SCA node from the configuration URL
-static voidmain(java.lang.String[] args) - -
-           
-static NodeLaunchernewInstance() - -
-          Returns a new launcher instance.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Method Detail
- -

-newInstance

-
-public static NodeLauncher newInstance()
-
-
Returns a new launcher instance. -

-

- -
Returns:
a new launcher instance
-
-
-
- -

-createNodeFromURL

-
-public <T> T createNodeFromURL(java.lang.String configurationURL)
-                    throws LauncherException
-
-
Creates a new SCA node from the configuration URL -

-

-
Parameters:
configurationURL - the URL of the node configuration which is the ATOM feed - that contains the URI of the composite and a collection of URLs for the contributions -
Returns:
a new SCA node. -
Throws: -
LauncherException
-
-
-
- -

-createNode

-
-public <T> T createNode(java.lang.String compositeURI,
-                        Contribution... contributions)
-             throws LauncherException
-
-
Creates a new SCA OSGi Node. -

-

-
Parameters:
compositeURI - the URI of the composite to use
contributions - the URI of the contributions that provides the composites and related - artifacts. If the list is empty, then we will use the thread context classloader to discover - the contribution on the classpath -
Returns:
a new SCA node. -
Throws: -
LauncherException
-
-
-
- -

-createNode

-
-public <T> T createNode(java.lang.String compositeURI,
-                        java.lang.String compositeContent,
-                        Contribution... contributions)
-             throws LauncherException
-
-
Creates a new SCA OSGi Node. -

-

-
Parameters:
compositeURI - the URI of the composite to use
compositeContent - the XML content of the composite to use
contributions - the URI of the contributions that provides the composites and related artifacts -
Returns:
a new SCA node. -
Throws: -
LauncherException
-
-
-
- -

-createNodeFromClassLoader

-
-public <T> T createNodeFromClassLoader(java.lang.String compositeURI,
-                                       java.lang.ClassLoader classLoader)
-                            throws LauncherException
-
-
Create a SCA node based on the discovery of the contribution on the classpath for the - given classloader. This method should be treated a convenient shortcut with the following - assumptions: -
    -
  • This is a standalone application and there is a deployable composite file on the classpath. -
  • There is only one contribution which contains the deployable composite file physically in its packaging hierarchy. -
-

-

-
Parameters:
compositeURI - The URI of the composite file relative to the root of the enclosing contribution
classLoader - The ClassLoader used to load the composite file as a resource. If the value is null, - then thread context classloader will be used -
Returns:
A newly created SCA node -
Throws: -
LauncherException
-
-
-
- -

-main

-
-public static void main(java.lang.String[] args)
-                 throws java.lang.Exception
-
-
- -
Throws: -
java.lang.Exception
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/NodeMain.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/NodeMain.html deleted file mode 100644 index 7b43e4f18d..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/NodeMain.html +++ /dev/null @@ -1,260 +0,0 @@ - - - - - - -NodeMain - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.node.osgi.launcher -
-Class NodeMain

-
-java.lang.Object
-  extended by org.apache.tuscany.sca.node.osgi.launcher.NodeMain
-
-
-
-
public class NodeMain
extends java.lang.Object
- - -

-Main class for this JAR. - With no arguments this class launches the SCA Node Daemon. - With a "domain" argument it launches the SCA domain admin node. - With any other argument it launches an SCA Node. -

- -

-


- -

- - - - - - - - - - - -
-Constructor Summary
NodeMain() - -
-           
-  - - - - - - - - - - - -
-Method Summary
-static voidmain(java.lang.String[] args) - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

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

-NodeMain

-
-public NodeMain()
-
-
- - - - - - - - -
-Method Detail
- -

-main

-
-public static void main(java.lang.String[] args)
-                 throws java.lang.Exception
-
-
- -
Throws: -
java.lang.Exception
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/NodeServletFilter.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/NodeServletFilter.html deleted file mode 100644 index 4dcc2f4c70..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/NodeServletFilter.html +++ /dev/null @@ -1,305 +0,0 @@ - - - - - - -NodeServletFilter - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.node.osgi.launcher -
-Class NodeServletFilter

-
-java.lang.Object
-  extended by org.apache.tuscany.sca.node.osgi.launcher.NodeServletFilter
-
-
-
-
public class NodeServletFilter
extends java.lang.Object
- - -

-A Servlet filter that forwards service requests to the Servlets registered with - the Tuscany ServletHost. -

- -

-


- -

- - - - - - - - - - - -
-Constructor Summary
NodeServletFilter() - -
-           
-  - - - - - - - - - - - - - - - - - - - -
-Method Summary
- voiddestroy() - -
-           
- voiddoFilter(ServletRequest request, - ServletResponse response, - javax.servlet.FilterChain chain) - -
-           
- voidinit(FilterConfig filterConfig) - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

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

-NodeServletFilter

-
-public NodeServletFilter()
-
-
- - - - - - - - -
-Method Detail
- -

-init

-
-public void init(FilterConfig filterConfig)
-          throws ServletException
-
-
- -
Throws: -
ServletException
-
-
-
- -

-destroy

-
-public void destroy()
-
-
-
-
-
-
- -

-doFilter

-
-public void doFilter(ServletRequest request,
-                     ServletResponse response,
-                     javax.servlet.FilterChain chain)
-              throws java.io.IOException,
-                     ServletException
-
-
- -
Throws: -
java.io.IOException -
ServletException
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/OSGiHost.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/OSGiHost.html deleted file mode 100644 index af8eb6e7db..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/OSGiHost.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - - - -OSGiHost - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.node.osgi.launcher -
-Interface OSGiHost

-
-
All Known Implementing Classes:
FelixOSGiHost
-
-
-
-
public interface OSGiHost
- - -

-SPI to plug in OSGi implementations such as Equinox or Felix -

- -

-


- -

- - - - - - - - - - - - - - - - -
-Method Summary
- BundleContextstart() - -
-           
- voidstop() - -
-           
-  -

- - - - - - - - -
-Method Detail
- -

-start

-
-BundleContext start()
-
-
-
-
-
-
- -

-stop

-
-void stop()
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/package-frame.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/package-frame.html deleted file mode 100644 index ca0ee47d41..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/package-frame.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - -org.apache.tuscany.sca.node.osgi.launcher - - - - - - - - - - - -org.apache.tuscany.sca.node.osgi.launcher - - - - -
-Interfaces  - -
-OSGiHost
- - - - - - -
-Classes  - -
-Contribution -
-DomainManagerLauncher -
-FelixOSGiHost -
-JarFileFinder -
-LauncherBundleActivator -
-NodeDaemonLauncher -
-NodeLauncher -
-NodeMain -
-NodeServletFilter
- - - - - - -
-Exceptions  - -
-LauncherException
- - - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/package-summary.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/package-summary.html deleted file mode 100644 index 9f581d9245..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/package-summary.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - -org.apache.tuscany.sca.node.osgi.launcher - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-

-Package org.apache.tuscany.sca.node.osgi.launcher -

- - - - - - - - - -
-Interface Summary
OSGiHostSPI to plug in OSGi implementations such as Equinox or Felix
-  - -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Class Summary
ContributionRepresents an SCA contribution uri + location.
DomainManagerLauncherSimple launcher for the SCA domain manager.
FelixOSGiHost 
JarFileFinder 
LauncherBundleActivatorBundle activator which installs Tuscany modules and 3rd party jars into an OSGi runtime.
NodeDaemonLauncherA launcher for the SCA Node daemon.
NodeLauncherA launcher for SCA nodes.
NodeMainMain class for this JAR.
NodeServletFilterA Servlet filter that forwards service requests to the Servlets registered with - the Tuscany ServletHost.
-  - -

- - - - - - - - - -
-Exception Summary
LauncherExceptionDenotes an error launching an SCA domain manager or node.
-  - -

-

-
-
- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/package-tree.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/package-tree.html deleted file mode 100644 index c9c10c2b07..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/package-tree.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - -org.apache.tuscany.sca.node.osgi.launcher Class Hierarchy - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Hierarchy For Package org.apache.tuscany.sca.node.osgi.launcher -

-
-
-
Package Hierarchies:
All Packages
-
-

-Class Hierarchy -

- -

-Interface Hierarchy -

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