|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.carol.cmi.ha.interceptor.HACurrent
public class HACurrent
Class enabling to get the current context.
| Method Summary | |
|---|---|
static HACurrent |
getHACurrent()
|
java.util.Stack<RequestId> |
getRequests()
Get the request stack |
boolean |
isOnFailover()
Gets the onFailover variable |
void |
putNextReq(RequestId nextReq)
Put the request in the request stack |
void |
setOnFailover(boolean onFailover)
Sets the onFailover variable |
void |
setRequests(java.util.Stack<RequestId> requests)
Set the requests stack in the current context |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static HACurrent getHACurrent()
public void setRequests(java.util.Stack<RequestId> requests)
requests - the next requestpublic java.util.Stack<RequestId> getRequests()
public void putNextReq(RequestId nextReq)
nextReq - the next requestpublic void setOnFailover(boolean onFailover)
onFailover - public boolean isOnFailover()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||