| |
|
| java.lang.Object org.objectweb.jonas.ha.interceptor.HAContext
HAContext | public class HAContext implements JServiceContext(Code) | | This class holds the required information to pass between client/server
through HA interceptors
author: Francisco Perez-Sorrosal (fpsorrosal@no-spam@fi.upm.es) author: Alberto Paz-Jimenez (apaz@no-spam@fi.upm.es) |
HAContext | public HAContext()(Code) | | Constructor
|
getContextId | public int getContextId()(Code) | | Returns the HA context identifier
the HA context id |
getRequests | public Stack getRequests()(Code) | | Returns the requests
the requests |
getViewIdWrapper | public ViewIdWrapper getViewIdWrapper()(Code) | | |
isOnFailover | public boolean isOnFailover()(Code) | | Returns the onFailover. |
setOnFailover | public void setOnFailover(boolean onFailover)(Code) | | Parameters: onFailover - The onFailover to set. |
setRequests | public void setRequests(Stack reqs)(Code) | | Sets Requests to pass between client and server
Parameters: reqs - thre requests |
setViewIdWrapper | public void setViewIdWrapper(ViewIdWrapper info)(Code) | | |
toString | public String toString()(Code) | | Returns a string representation of the object
the string representing the HAContext |
|
|
|