Public Member Functions | |
| void | start (BundleContext context) throws Exception |
| void | stop (BundleContext context) |
Static Public Member Functions | |
| static BundleContext | getBundleContext () |
Definition at line 18 of file Activator.java.
| void com.scalagent.joram.osgi.client.Activator.start | ( | BundleContext | context | ) | throws Exception |
Implements BundleActivator.start().
| context | the framework context for the bundle. |
Definition at line 31 of file Activator.java.
| void com.scalagent.joram.osgi.client.Activator.stop | ( | BundleContext | context | ) |
Implements BundleActivator.stop().
| context | the framework context for the bundle. |
Definition at line 45 of file Activator.java.
1.5.0