Apache CXF API

org.apache.cxf.transport.http_jetty.osgi
Class HTTPJettyTransportActivator

java.lang.Object
  extended by 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
static String FACTORY_PID
           
 
Constructor Summary
HTTPJettyTransportActivator()
           
 
Method Summary
 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 properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FACTORY_PID

public static final String FACTORY_PID
See Also:
Constant Field Values
Constructor Detail

HTTPJettyTransportActivator

public HTTPJettyTransportActivator()
Method Detail

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 API

Apache CXF