Obtains a handle for the EJB object. The handle can be used at later time
to re-obtain a reference to the EJB object, possibly in a different JVM.
A handle for the EJB object. exception: RemoteException - Thrown when the method failed due to asystem-level failure.
Tests if a given EJB is identical to the invoked EJB object. This is
different whether the bean is stateless or stateful.
Parameters: obj - - An object to test for identity with the invoked object. True if the given EJB object is identical to the invoked object. throws: RemoteException - Thrown when the method failed due to a system-level failure.
postInvoke is called after any request.
Parameters: rctx - The RequestCtx that was returned at preInvoke() throws: RemoteException - Thrown when the method failed due to asystem-level failure.
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.
remove is implemented in the generated part.
throws: RemoteException - Thrown when the method failed due to a system-level failure. throws: RemoveException - Thrown when the method failed due to remove failure.