|
||||||||||
| 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 | |
java.util.Stack |
getRequests()
Get the requests |
org.objectweb.carol.cmi.ha.ViewIdWrapper |
getViewIdWrapper()
|
boolean |
isOnFailover()
|
void |
putNextReq(org.objectweb.carol.cmi.ha.RequestId nextReq)
Put the request as the las request |
void |
setOnFailover(boolean onFailover)
|
void |
setRequests(java.util.Stack reqs)
Set the requests |
void |
setViewIdWrapper(org.objectweb.carol.cmi.ha.ViewIdWrapper wrapper)
|
| 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 void setRequests(java.util.Stack reqs)
reqs - the requestspublic java.util.Stack getRequests()
public void putNextReq(org.objectweb.carol.cmi.ha.RequestId nextReq)
public boolean isOnFailover()
public void setOnFailover(boolean onFailover)
onFailover - The onFailover to set.public org.objectweb.carol.cmi.ha.ViewIdWrapper getViewIdWrapper()
public void setViewIdWrapper(org.objectweb.carol.cmi.ha.ViewIdWrapper wrapper)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||