| |
|
| java.lang.Object org.objectweb.jonas_ejb.container.JLocal org.objectweb.jonas_ejb.container.JSessionLocal org.objectweb.jonas_ejb.container.JRepStatefulLocal
JRepStatefulLocal | abstract public class JRepStatefulLocal extends JSessionLocal (Code) | | Generic part of the EJBObject implementation for replicated SFSBs
author: Francisco Perez-Sorrosal (fpsorrosal@no-spam@fi.upm.es) author: Alberto Paz-Jimenez (apaz@no-spam@fi.upm.es) |
Method Summary | |
public ObjectId | getClusterOId() | protected void | injectState() Injects the state of the bean if the cluster object id received in the
request is in the current node. | public void | postInvoke(RequestCtx rctx, boolean remove) postInvoke is called after any request. | public RequestCtx | preInvoke(int txa) preInvoke is called before any request. | public void | setClusterOId(ObjectId oid) |
clusterOId | public ObjectId clusterOId(Code) | | |
getClusterOId | public ObjectId getClusterOId()(Code) | | Gets the clusterOId
the clusterOid |
injectState | protected void injectState()(Code) | | Injects the state of the bean if the cluster object id received in the
request is in the current node. It extracts the object id passed through
the interceptors from the request id included in the current HA context.
|
postInvoke | public void postInvoke(RequestCtx rctx, boolean remove)(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)(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. |
setClusterOId | public void setClusterOId(ObjectId oid)(Code) | | Sets the clusterOId
Parameters: oid - |
|
|
|