Public Member Functions | |
| void | start (BundleContext context) throws Exception |
| void | stop (BundleContext context) |
Static Public Member Functions | |
| static BundleContext | getBundleContext () |
Definition at line 20 of file Activator.java.
| void com.scalagent.joram.osgi.server.Activator.start | ( | BundleContext | context | ) | throws Exception |
Implements BundleActivator.start(). Initialize and starts the AgentServer runtime.
| context | the framework context for the bundle. |
Definition at line 34 of file Activator.java.
| void com.scalagent.joram.osgi.server.Activator.stop | ( | BundleContext | context | ) |
Implements BundleActivator.stop(). Stops the AgentServer runtime.
| context | the framework context for the bundle. |
Definition at line 97 of file Activator.java.
1.5.0