|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas.ha.interceptor.HAContext
public class HAContext
This class holds the required information to pass between client/server through HA interceptors
Constructor Summary | |
---|---|
HAContext()
Constructor |
Method Summary | |
---|---|
int |
getContextId()
Returns the HA context identifier |
Stack |
getRequests()
Returns the requests |
org.objectweb.carol.cmi.ha.ViewIdWrapper |
getViewIdWrapper()
|
boolean |
isOnFailover()
|
void |
setOnFailover(boolean onFailover)
|
void |
setRequests(Stack reqs)
Sets Requests to pass between client and server |
void |
setViewIdWrapper(org.objectweb.carol.cmi.ha.ViewIdWrapper info)
|
String |
toString()
Returns a string representation of the object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HAContext()
Method Detail |
---|
public int getContextId()
getContextId
in interface org.objectweb.carol.rmi.jrmp.interceptor.JServiceContext
public void setRequests(Stack reqs)
reqs
- thre requestspublic Stack getRequests()
public boolean isOnFailover()
public void setOnFailover(boolean onFailover)
onFailover
- The onFailover to set.public String toString()
toString
in class Object
public org.objectweb.carol.cmi.ha.ViewIdWrapper getViewIdWrapper()
public void setViewIdWrapper(org.objectweb.carol.cmi.ha.ViewIdWrapper info)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |