|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas.ha.interceptor.HACurrentContext
This is the class stored in the Thread local variable of HACurrent class and represents the thread associated HA context
Constructor Summary | |
HACurrentContext()
Constructor |
Method Summary | |
org.objectweb.carol.cmi.ha.RequestId |
getCurrentReq()
Get the current request |
org.objectweb.carol.cmi.ha.RequestId |
getNextReq()
Get the next request |
org.objectweb.carol.cmi.ha.RequestId |
getRootReq()
Get the root request |
boolean |
isReplicate()
Get if it is necessary to replicate |
void |
setCurrentReq(org.objectweb.carol.cmi.ha.RequestId currentReq)
Set the current request |
void |
setNextReq(org.objectweb.carol.cmi.ha.RequestId nextReq)
Set the next request |
void |
setReplicate(boolean replicate)
Set if it is necessary to replicate |
void |
setRootReq(org.objectweb.carol.cmi.ha.RequestId rootReq)
Set the root request |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HACurrentContext()
Method Detail |
public org.objectweb.carol.cmi.ha.RequestId getCurrentReq()
public void setCurrentReq(org.objectweb.carol.cmi.ha.RequestId currentReq)
public org.objectweb.carol.cmi.ha.RequestId getNextReq()
public void setNextReq(org.objectweb.carol.cmi.ha.RequestId nextReq)
public org.objectweb.carol.cmi.ha.RequestId getRootReq()
public void setRootReq(org.objectweb.carol.cmi.ha.RequestId rootReq)
rootReq
- the root requestpublic boolean isReplicate()
public void setReplicate(boolean replicate)
replicate
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |