public abstract class AbstractLifecycleInterceptor extends Object implements LifecycleInterceptor
RELATIVE_ORDER_DEFAULT| Constructor and Description |
|---|
AbstractLifecycleInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInput(AttachmentKey<?> in)
Add an input requirement.
|
void |
addOutput(AttachmentKey<?> out)
Add an output capability.
|
Set<AttachmentKey<?>> |
getInput()
Get the required set of inputs.
|
Set<AttachmentKey<?>> |
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<AttachmentKey<?>> getInput()
getInput in interface LifecycleInterceptorpublic Set<AttachmentKey<?>> getOutput()
getOutput in interface LifecycleInterceptorpublic void addInput(AttachmentKey<?> in)
public void addOutput(AttachmentKey<?> out)
Copyright © 2016 JBoss by Red Hat. All rights reserved.