public interface BundleProcessor extends Lifecycle
activate / deactivate methods called when a bundle is starting
and stopping, and start / stop called when the iPOJO bundle is started and stopped.| Modifier and Type | Method and Description |
|---|---|
void |
activate(org.osgi.framework.Bundle bundle)
A bundle is started.
|
void |
deactivate(org.osgi.framework.Bundle bundle)
A bundle is stopping.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.