| |
|
| java.lang.Object org.objectweb.jonas.ha.interceptor.HACurrentContext
HACurrentContext | public class HACurrentContext (Code) | | This is the class stored in the Thread local variable of HACurrent class and
represents the thread associated HA context
author: Francisco Perez-Sorrosal (fpsorrosal@no-spam@fi.upm.es) author: Alberto Paz-Jimenez (apaz@no-spam@fi.upm.es) |
HACurrentContext | public HACurrentContext()(Code) | | Constructor
|
getRequests | public Stack getRequests()(Code) | | Get the requests
the requests |
getViewIdWrapper | public ViewIdWrapper getViewIdWrapper()(Code) | | |
isOnFailover | public boolean isOnFailover()(Code) | | Returns the onFailover. |
putNextReq | public void putNextReq(RequestId nextReq)(Code) | | Put the request as the las request
|
setOnFailover | public void setOnFailover(boolean onFailover)(Code) | | Parameters: onFailover - The onFailover to set. |
setRequests | public void setRequests(Stack reqs)(Code) | | Set the requests
Parameters: reqs - the requests |
setViewIdWrapper | public void setViewIdWrapper(ViewIdWrapper wrapper)(Code) | | |
|
|
|