|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.lifecycle.LifecycleIdentity
public class LifecycleIdentity
Utility to handle lifecycle identities.
| Constructor Summary | |
|---|---|
LifecycleIdentity()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getNextLifecycleIdentity()
|
static LifecycleIdentity |
getSingleton()
Get the lifecycle identify singleton. |
java.lang.String |
getThreadLifecycleIdentity()
Get the lifecycle identity associated with the current thread. |
void |
setThreadLifecycleIdentity(java.lang.String lifecycleIdentity)
Set the lifecycle identity associated with the current thread. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LifecycleIdentity()
| Method Detail |
|---|
public java.lang.String getNextLifecycleIdentity()
public void setThreadLifecycleIdentity(java.lang.String lifecycleIdentity)
lifecycleIdentity - The lifecycle identity or null to clear.public java.lang.String getThreadLifecycleIdentity()
public static LifecycleIdentity getSingleton()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||