| |
|
| org.objectweb.jonas_ejb.container.JRemote org.objectweb.jonas_ejb.container.JSessionRemote org.objectweb.jonas_ejb.container.JRepStatelessRemote
JRepStatelessRemote | abstract public class JRepStatelessRemote extends JSessionRemote (Code) | | Generic part of the EJBObject implementation for replicated SSBs
author: Francisco Perez-Sorrosal (fpsorrosal@no-spam@fi.upm.es) author: Alberto Paz-Jimenez (apaz@no-spam@fi.upm.es) |
getResponse | protected Object getResponse()(Code) | | Obtain the response associated with the current request id.
Returns null if there is not response associated with the current
requestid
IMPORTANT: This method remove the request id from the requests heap
the response associated with the current request id |
hasResponse | protected boolean hasResponse()(Code) | | Checks if there is a response associated with the current request id
true if the current rquest id have an associated response |
postInvoke | public void postInvoke(RequestCtx rctx, Object response) throws RemoteException(Code) | | postInvoke is called after any request.
Parameters: rctx - The RequestCtx that was returned at preInvoke() Parameters: remove - TODO throws: RemoteException - Thrown when the method failed due to asystem-level failure. |
preInvoke | public RequestCtx preInvoke(int txa) throws RemoteException(Code) | | preInvoke is called before any request.
Parameters: txa - Transaction Attribute (Supports, Required, ...) A RequestCtx object throws: RemoteException - Thrown when the method failed due to asystem-level failure. |
|
|
|