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