|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas.ha.interceptor.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.lang.Object |
getData(java.lang.String param)
Returns the data identified by the key param |
void |
setData(java.lang.String param,
java.lang.Object value)
Sets concrete data to pass between client and server |
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.JServiceContext
public void setData(java.lang.String param, java.lang.Object value)
param
- the key valuevalue
- the data associated to the key valuepublic java.lang.Object getData(java.lang.String param)
param
- the key value to get the data from
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |