Class 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
    • 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<String,​?> 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