|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptor
public abstract class AbstractLifecycleInterceptor
An abstract implementation of a LifecycleInterceptor.
| Field Summary |
|---|
| Fields inherited from interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptor |
|---|
RELATIVE_ORDER_DEFAULT |
| Constructor Summary | |
|---|---|
AbstractLifecycleInterceptor()
|
|
| Method Summary | |
|---|---|
void |
addInput(Class<?> in)
Add an input requirement. |
void |
addOutput(Class<?> out)
Add an output capability. |
Set<Class<?>> |
getInput()
Get the required set of inputs. |
Set<Class<?>> |
getOutput()
Get the provided set of outputs. |
int |
getRelativeOrder()
Get default relative order |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptor |
|---|
invoke |
| Constructor Detail |
|---|
public AbstractLifecycleInterceptor()
| Method Detail |
|---|
public int getRelativeOrder()
getRelativeOrder in interface LifecycleInterceptorpublic Set<Class<?>> getInput()
getInput in interface LifecycleInterceptorpublic Set<Class<?>> getOutput()
getOutput in interface LifecycleInterceptorpublic void addInput(Class<?> in)
public void addOutput(Class<?> out)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||