getAllowedOperationsReport(String methodName) Maps to BasicStatefulObject.getAllowedOperationsReport
Returns a report of the allowed opperations
for one of the bean's methods.
throwSystemException_NullPointer() Throws a java.lang.NullPointerException when invoked
This is a system exception and should result in the
destruction of the instance and invalidation of the
remote reference.
The activate method is called when the instance is activated
from its "passive" state. The instance should acquire any resource
that it has released earlier in the ejbPassivate() method.
ejbCreateObject
public void ejbCreateObject(String name) throws javax.ejb.CreateException(Code)
Maps to BasicStatefulHome.create
Parameters: name - exception: javax.ejb.CreateException - See Also:BasicStatefulHome.createObject
The passivate method is called before the instance enters
the "passive" state. The instance should release any resources that
it can re-acquire later in the ejbActivate() method.
A container invokes this method before it ends the life of the session
object. This happens as a result of a client's invoking a remove
operation, or when a container decides to terminate the session object
after a timeout.
Maps to BasicStatefulObject.getAllowedOperationsReport
Returns a report of the allowed opperations
for one of the bean's methods.
Parameters: methodName - The method for which to get the allowed opperations report See Also:BasicStatefulObject.getAllowedOperationsReport
public void throwSystemException_NullPointer()(Code)
Throws a java.lang.NullPointerException when invoked
This is a system exception and should result in the
destruction of the instance and invalidation of the
remote reference.