public class HTTPJettyTransportActivator extends Object implements org.osgi.framework.BundleActivator, org.osgi.service.cm.ManagedServiceFactory
Modifier and Type | Field and Description |
---|---|
static String |
FACTORY_PID |
Constructor and Description |
---|
HTTPJettyTransportActivator() |
public static final String FACTORY_PID
public void start(org.osgi.framework.BundleContext ctx) throws Exception
start
in interface org.osgi.framework.BundleActivator
Exception
public void stop(org.osgi.framework.BundleContext ctx) throws Exception
stop
in interface org.osgi.framework.BundleActivator
Exception
public String getName()
getName
in interface org.osgi.service.cm.ManagedServiceFactory
public void updated(String pid, Dictionary properties) throws org.osgi.service.cm.ConfigurationException
updated
in interface org.osgi.service.cm.ManagedServiceFactory
org.osgi.service.cm.ConfigurationException
public void deleted(String pid)
deleted
in interface org.osgi.service.cm.ManagedServiceFactory
Apache CXF