Class DetectorActivator

java.lang.Object
org.jolokia.server.detector.osgi.DetectorActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class DetectorActivator extends Object implements org.osgi.framework.BundleActivator
OSGi Activator for registering a detector lookup as service
Since:
03.03.14
Author:
roland
  • Constructor Details

    • DetectorActivator

      public DetectorActivator()
  • Method Details

    • start

      public void start(org.osgi.framework.BundleContext pContext) throws Exception
      Specified by:
      start in interface org.osgi.framework.BundleActivator
      Throws:
      Exception
    • stop

      public void stop(org.osgi.framework.BundleContext context) throws Exception
      Specified by:
      stop in interface org.osgi.framework.BundleActivator
      Throws:
      Exception