Class HTTPJettyTransportActivator
- java.lang.Object
-
- org.apache.cxf.transport.http_jetty.osgi.HTTPJettyTransportActivator
-
- All Implemented Interfaces:
org.osgi.framework.BundleActivator,org.osgi.service.cm.ManagedServiceFactory
public class HTTPJettyTransportActivator extends Object implements org.osgi.framework.BundleActivator, org.osgi.service.cm.ManagedServiceFactory
-
-
Field Summary
Fields Modifier and Type Field Description static StringFACTORY_PID
-
Constructor Summary
Constructors Constructor Description HTTPJettyTransportActivator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleted(String pid)StringgetName()voidstart(org.osgi.framework.BundleContext ctx)voidstop(org.osgi.framework.BundleContext ctx)voidupdated(String pid, Dictionary<String,?> properties)
-
-
-
Field Detail
-
FACTORY_PID
public static final String FACTORY_PID
- See Also:
- Constant Field Values
-
-
Method Detail
-
start
public void start(org.osgi.framework.BundleContext ctx) throws Exception- Specified by:
startin interfaceorg.osgi.framework.BundleActivator- Throws:
Exception
-
stop
public void stop(org.osgi.framework.BundleContext ctx) throws Exception- Specified by:
stopin interfaceorg.osgi.framework.BundleActivator- Throws:
Exception
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.osgi.service.cm.ManagedServiceFactory
-
updated
public void updated(String pid, Dictionary<String,?> properties) throws org.osgi.service.cm.ConfigurationException
- Specified by:
updatedin interfaceorg.osgi.service.cm.ManagedServiceFactory- Throws:
org.osgi.service.cm.ConfigurationException
-
deleted
public void deleted(String pid)
- Specified by:
deletedin interfaceorg.osgi.service.cm.ManagedServiceFactory
-
-