org.apache.servicemix.specs.locator
Class Activator
java.lang.Object
org.apache.servicemix.specs.locator.Activator
public class Activator
- extends java.lang.Object
|
Method Summary |
void |
bundleChanged(BundleEvent event)
|
protected void |
debugPrintln(java.lang.String msg)
Output debugging messages. |
protected void |
register(Bundle bundle)
|
void |
start(BundleContext bundleContext)
|
void |
stop(BundleContext bundleContext)
|
protected void |
unregister(long bundleId)
|
| 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(java.lang.String msg)
Output debugging messages.
- Parameters:
msg - String to print to stderr.
start
public void start(BundleContext bundleContext)
throws java.lang.Exception
- Throws:
java.lang.Exception
stop
public void stop(BundleContext bundleContext)
throws java.lang.Exception
- Throws:
java.lang.Exception
bundleChanged
public void bundleChanged(BundleEvent event)
register
protected void register(Bundle bundle)
unregister
protected void unregister(long bundleId)
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.