Nuxeo Enterprise Platform 5.4

org.nuxeo.osgi
Class NullActivator

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

public final class NullActivator
extends java.lang.Object
implements org.osgi.framework.BundleActivator

Author:
Bogdan Stefanescu

Field Summary
static org.osgi.framework.BundleActivator INSTANCE
           
 
Constructor Summary
NullActivator()
           
 
Method Summary
 void start(org.osgi.framework.BundleContext context)
           
 void stop(org.osgi.framework.BundleContext context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final org.osgi.framework.BundleActivator INSTANCE
Constructor Detail

NullActivator

public NullActivator()
Method Detail

start

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

stop

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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.