
Public Member Functions | |
| void | start (BundleContext context) throws Exception |
| void | stop (BundleContext context) |
Static Public Member Functions | |
| static BundleContext | getBundleContext () |
Package Attributes | |
| ServiceReference | ref = null |
| JoramClient | jclient = null |
Definition at line 12 of file Activator.java.
| void com.scalagent.joram.osgi.test.Activator.start | ( | BundleContext | context | ) | throws Exception |
Implements BundleActivator.start().
| context | the framework context for the bundle. |
Definition at line 28 of file Activator.java.
References com.scalagent.joram.osgi.client.service.JoramClient.executeAdminXML(), com.scalagent.joram.osgi.client.service.JoramClient.getInitialContext(), com.scalagent.joram.osgi.client.service.JoramClient.getTcpConnectionFactory(), com.scalagent.joram.osgi.test.Activator.jclient, and com.scalagent.joram.osgi.test.Activator.ref.
Here is the call graph for this function:

| void com.scalagent.joram.osgi.test.Activator.stop | ( | BundleContext | context | ) |
Implements BundleActivator.stop().
| context | the framework context for the bundle. |
Definition at line 77 of file Activator.java.
References com.scalagent.joram.osgi.test.Activator.ref.
1.5.0