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 --- .../osgi/launcher/LauncherBundleActivator.html | 395 +++++++++++++++++++++ 1 file changed, 395 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/LauncherBundleActivator.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/LauncherBundleActivator.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/LauncherBundleActivator.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/LauncherBundleActivator.html new file mode 100644 index 0000000000..4f439b1b64 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/node/osgi/launcher/LauncherBundleActivator.html @@ -0,0 +1,395 @@ + + + + + + +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)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3