|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LifecycleInterceptorService
A service that invokes lifecycle interceptors.
This service tracks LifecycleInterceptor services and orders them
to an interceptor chain according to their input/output requirements and relative order.
| Method Summary | |
|---|---|
void |
handleStateChange(int state,
org.osgi.framework.Bundle bundle)
Invoke the registered set of interceptors for the given bundle state change. |
void |
start(org.osgi.framework.BundleContext bundleContext)
Start tracking LifecycleInterceptor services |
void |
stop()
Start tracking LifecycleInterceptor services |
| Method Detail |
|---|
void start(org.osgi.framework.BundleContext bundleContext)
LifecycleInterceptor services
void stop()
LifecycleInterceptor services
void handleStateChange(int state,
org.osgi.framework.Bundle bundle)
state - The future state of the bundlebundle - The bundle that changes state
LifecycleInterceptorException - if the invocation of an interceptor fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||