|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.soa.esb.lifecycle.LifecycleResource<R>
public final class LifecycleResource<R>
This class represents a lifecycle resource.
Constructor Summary | |
---|---|
LifecycleResource(LifecycleResourceFactory<R> factory)
Construct a lifecycle resource using the specified factory. |
|
LifecycleResource(LifecycleResourceFactory<R> factory,
int priority)
Construct a lifecycle resource using the specified factory. |
Method Summary | |
---|---|
R |
getLifecycleResource()
Get the lifecycle resource. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LifecycleResource(LifecycleResourceFactory<R> factory, int priority)
factory
- The lifecycle resource factory.priority
- The relative priority of the resource for cleanup.public LifecycleResource(LifecycleResourceFactory<R> factory)
factory
- The lifecycle resource factory.Method Detail |
---|
public R getLifecycleResource() throws LifecycleResourceException
LifecycleResourceException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |