| |
|
| java.lang.Object org.objectweb.jonas.ha.interceptor.HACurrentDelegateImpl
HACurrentDelegateImpl | public class HACurrentDelegateImpl implements HACurrentDelegate(Code) | | This class handles the HAContext/Thread association
author: Francisco Perez-Sorrosal (fpsorrosal@no-spam@fi.upm.es) author: Alberto Paz-Jimenez (apaz@no-spam@fi.upm.es) |
getRequests | public Stack getRequests()(Code) | | Get the request stack
the request stack |
getViewIdWrapper | public ViewIdWrapper getViewIdWrapper()(Code) | | |
isOnFailover | public boolean isOnFailover()(Code) | | Gets the onFailover variable
true if on failover |
pushViewIdWrapper | public void pushViewIdWrapper(ViewIdWrapper info)(Code) | | |
putNextReq | public void putNextReq(RequestId nextReq)(Code) | | Put the request in the request stack
Parameters: nextReq - the next request |
setOnFailover | public void setOnFailover(boolean onFailover)(Code) | | Sets the onFailover variable
Parameters: onFailover - |
setRequests | public void setRequests(Stack requests)(Code) | | Set the requests stack in the current context
Parameters: requests - the next request |
|
|
|