org.apache.cxf.transport.http_jetty.osgi
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FACTORY_PID
public static final String FACTORY_PID
- See Also:
- Constant Field Values
HTTPJettyTransportActivator
public HTTPJettyTransportActivator()
start
public void start(org.osgi.framework.BundleContext ctx)
throws Exception
- Specified by:
start
in interface org.osgi.framework.BundleActivator
- Throws:
Exception
stop
public void stop(org.osgi.framework.BundleContext ctx)
throws Exception
- Specified by:
stop
in interface org.osgi.framework.BundleActivator
- Throws:
Exception
getName
public String getName()
- Specified by:
getName
in interface org.osgi.service.cm.ManagedServiceFactory
updated
public void updated(String pid,
Dictionary properties)
throws org.osgi.service.cm.ConfigurationException
- Specified by:
updated
in interface org.osgi.service.cm.ManagedServiceFactory
- Throws:
org.osgi.service.cm.ConfigurationException
deleted
public void deleted(String pid)
- Specified by:
deleted
in interface org.osgi.service.cm.ManagedServiceFactory
Apache CXF