|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.osgi.deployment.internal.InterceptorWrapper
public class InterceptorWrapper
A wrapper around lifecycle interceptors.
| Field Summary |
|---|
| Fields inherited from interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptor |
|---|
RELATIVE_ORDER_DEFAULT |
| Constructor Summary | |
|---|---|
InterceptorWrapper(LifecycleInterceptor delegate)
|
|
| Method Summary | |
|---|---|
Set<Class<?>> |
getInput()
Get the required set of inputs. |
Set<Class<?>> |
getOutput()
Get the provided set of outputs. |
int |
getRelativeOrder()
Get the relative order of this interceptor |
void |
invoke(int state,
InvocationContext context)
Called by the LifecycleInterceptorService when the
given bundle is about to change to the given state |
String |
toLongString()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InterceptorWrapper(LifecycleInterceptor delegate)
| Method Detail |
|---|
public Set<Class<?>> getInput()
LifecycleInterceptor
getInput in interface LifecycleInterceptorpublic Set<Class<?>> getOutput()
LifecycleInterceptor
getOutput in interface LifecycleInterceptorpublic int getRelativeOrder()
LifecycleInterceptor
getRelativeOrder in interface LifecycleInterceptor
public void invoke(int state,
InvocationContext context)
throws LifecycleInterceptorException
LifecycleInterceptorLifecycleInterceptorService when the
given bundle is about to change to the given state
invoke in interface LifecycleInterceptorstate - The future state of the bundlecontext - The interceptor context
LifecycleInterceptorException - if the invocation of the interceptor failspublic String toLongString()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||