Class Activator
- java.lang.Object
-
- org.objectweb.joram.tools.jasp.osgi.Activator
-
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
public class Activator extends Object implements org.osgi.framework.BundleActivator
-
-
Constructor Summary
Constructors Constructor Description Activator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private StringgetProperty(String propName)voidstart(org.osgi.framework.BundleContext context)voidstop(org.osgi.framework.BundleContext context)
-
-
-
Field Detail
-
STOMP_URI
public static final String STOMP_URI
- See Also:
- Constant Field Values
-
context
private org.osgi.framework.BundleContext context
-
cf
ConnectionFactory cf
-
connect
org.codehaus.stomp.jms.StompConnect connect
-
-
Method Detail
-
start
public void start(org.osgi.framework.BundleContext context) throws Exception- Specified by:
startin interfaceorg.osgi.framework.BundleActivator- Throws:
Exception- See Also:
BundleActivator.start(org.osgi.framework.BundleContext)
-
stop
public void stop(org.osgi.framework.BundleContext context) throws Exception- Specified by:
stopin interfaceorg.osgi.framework.BundleActivator- Throws:
Exception- See Also:
BundleActivator.stop(org.osgi.framework.BundleContext)
-
-