Class OSGIActivator

java.lang.Object
org.javamoney.moneta.convert.ecb.OSGIActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class OSGIActivator
extends Object
implements org.osgi.framework.BundleActivator
A bundle activator that registers the OSGI services.
  • Constructor Details

  • Method Details

    • start

      public void start​(org.osgi.framework.BundleContext context)
      Specified by:
      start in interface org.osgi.framework.BundleActivator
    • stop

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