public class Activator extends Object implements org.osgi.framework.BundleActivator
Modifier and Type | Field and Description |
---|---|
(package private) ConnectionFactory |
cf |
(package private) org.codehaus.stomp.jms.StompConnect |
connect |
private org.osgi.framework.BundleContext |
context |
static String |
STOMP_URI |
Constructor and Description |
---|
Activator() |
Modifier and Type | Method and Description |
---|---|
private String |
getProperty(String propName) |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
public static final String STOMP_URI
private org.osgi.framework.BundleContext context
ConnectionFactory cf
org.codehaus.stomp.jms.StompConnect connect
public void start(org.osgi.framework.BundleContext context) throws Exception
start
in interface org.osgi.framework.BundleActivator
Exception
BundleActivator.start(org.osgi.framework.BundleContext)
public void stop(org.osgi.framework.BundleContext context) throws Exception
stop
in interface org.osgi.framework.BundleActivator
Exception
BundleActivator.stop(org.osgi.framework.BundleContext)
Copyright © 2016 ScalAgent D.T.. All Rights Reserved.