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() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleted(String pid) |
String |
getName() |
void |
start(org.osgi.framework.BundleContext ctx) |
void |
stop(org.osgi.framework.BundleContext ctx) |
void |
updated(String pid,
Dictionary<String,?> properties) |
public static final String FACTORY_PID
public void start(org.osgi.framework.BundleContext ctx)
throws Exception
start in interface org.osgi.framework.BundleActivatorExceptionpublic void stop(org.osgi.framework.BundleContext ctx)
throws Exception
stop in interface org.osgi.framework.BundleActivatorExceptionpublic String getName()
getName in interface org.osgi.service.cm.ManagedServiceFactorypublic void updated(String pid, Dictionary<String,?> properties) throws org.osgi.service.cm.ConfigurationException
updated in interface org.osgi.service.cm.ManagedServiceFactoryorg.osgi.service.cm.ConfigurationExceptionpublic void deleted(String pid)
deleted in interface org.osgi.service.cm.ManagedServiceFactoryApache CXF