org.apache.servicemix.specs.locator
Class Activator
java.lang.Object
org.apache.servicemix.specs.locator.Activator
public class Activator
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Activator
public Activator()
debugPrintln
protected void debugPrintln(String msg)
Output debugging messages.
- Parameters:
msg - String to print to stderr.
start
public void start(BundleContext bundleContext)
throws Exception
- Throws:
Exception
stop
public void stop(BundleContext bundleContext)
throws Exception
- Throws:
Exception
bundleChanged
public void bundleChanged(BundleEvent event)
register
protected void register(Bundle bundle)
unregister
protected void unregister(long bundleId)
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.