Class NullActivator

java.lang.Object
org.nuxeo.osgi.NullActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public final class NullActivator extends Object implements org.osgi.framework.BundleActivator
Author:
Bogdan Stefanescu
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.osgi.framework.BundleActivator
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    start(org.osgi.framework.BundleContext context)
     
    void
    stop(org.osgi.framework.BundleContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • INSTANCE

      public static final org.osgi.framework.BundleActivator INSTANCE
  • Constructor Details

    • NullActivator

      public NullActivator()
  • 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