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, wait
invoke
public int getRelativeOrder()
getRelativeOrder
in interface LifecycleInterceptor
public Set<Class<?>> getInput()
getInput
in interface LifecycleInterceptor
public Set<Class<?>> getOutput()
getOutput
in interface LifecycleInterceptor
public void addInput(Class<?> in)
public void addOutput(Class<?> out)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.