public abstract class AbstractLifecycleInterceptor extends Object implements LifecycleInterceptor
RELATIVE_ORDER_DEFAULT| Constructor and Description |
|---|
AbstractLifecycleInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinvokepublic 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)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.