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, wait
invoke
public int getRelativeOrder()
getRelativeOrder
in interface LifecycleInterceptor
public Set<org.jboss.osgi.spi.AttachmentKey<?>> getInput()
getInput
in interface LifecycleInterceptor
public Set<org.jboss.osgi.spi.AttachmentKey<?>> getOutput()
getOutput
in interface LifecycleInterceptor
public void addInput(org.jboss.osgi.spi.AttachmentKey<?> in)
public void addOutput(org.jboss.osgi.spi.AttachmentKey<?> out)
Copyright © 2013 JBoss by Red Hat. All rights reserved.