Class Jsr160ProxyActivator

java.lang.Object
org.jolokia.service.jsr160.osgi.Jsr160ProxyActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class Jsr160ProxyActivator extends Object implements org.osgi.framework.BundleActivator
Simple activator for creating a JMX request handler
Since:
02.03.14
Author:
roland
  • Constructor Details

    • Jsr160ProxyActivator

      public Jsr160ProxyActivator()
  • Method Details

    • start

      public void start(org.osgi.framework.BundleContext context) 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