|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptor
org.jboss.osgi.husky.runtime.osgi.HuskyInterceptor
public class HuskyInterceptor
The Husky interceptor processes the ManifestProcessor.HEADER_TEST_PACKAGE.
| Field Summary |
|---|
| Fields inherited from interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptor |
|---|
RELATIVE_ORDER_DEFAULT |
| Constructor Summary | |
|---|---|
HuskyInterceptor(ManifestProcessor processor)
|
|
| Method Summary | |
|---|---|
void |
invoke(int state,
InvocationContext context)
Called by the LifecycleInterceptorService when the
given bundle is about to change to the given state |
| Methods inherited from class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptor |
|---|
addInput, addOutput, getInput, getOutput, getRelativeOrder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HuskyInterceptor(ManifestProcessor processor)
| Method Detail |
|---|
public void invoke(int state,
InvocationContext context)
throws LifecycleInterceptorException
LifecycleInterceptorLifecycleInterceptorService when the
given bundle is about to change to the given state
state - The future state of the bundlecontext - The interceptor context
LifecycleInterceptorException - if the invocation of the interceptor fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||