All Implemented Interfaces:
EnterpriseBean
| Method from javax.ejb.SessionBean Summary: |
|---|
| ejbActivate, ejbPassivate, ejbRemove, setSessionContext |
| Method from javax.ejb.SessionBean Detail: |
|---|
This method is called with no transaction context. |
After the passivate method completes, the instance must be in a state that allows the container to use the Java Serialization protocol to externalize and store away the instance's state. This method is called with no transaction context. |
This method is called with no transaction context. |
The enterprise Bean instance should store the reference to the context object in an instance variable. This method is called with no transaction context. |