|
|||||||||
| 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 |
java.util.Stack |
getRequests()
Returns the requests |
org.objectweb.carol.cmi.ha.ViewIdWrapper |
getViewIdWrapper()
|
boolean |
isOnFailover()
|
void |
setOnFailover(boolean onFailover)
|
void |
setRequests(java.util.Stack reqs)
Sets Requests to pass between client and server |
void |
setViewIdWrapper(org.objectweb.carol.cmi.ha.ViewIdWrapper info)
|
java.lang.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.JServiceContextpublic void setRequests(java.util.Stack reqs)
reqs - thre requestspublic java.util.Stack getRequests()
public boolean isOnFailover()
public void setOnFailover(boolean onFailover)
onFailover - The onFailover to set.public java.lang.String toString()
toString in class java.lang.Objectpublic 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 | ||||||||