All Implemented Interfaces:
EJBContext
| Method from javax.ejb.SessionContext Summary: |
|---|
| getBusinessObject, getEJBLocalObject, getEJBObject, getInvokedBusinessInterface, getMessageContext |
| Method from javax.ejb.SessionContext Detail: |
|---|
|
An instance of a session enterprise Bean can call this method at anytime between the ejbCreate() and ejbRemove() methods, including from within the ejbCreate() and ejbRemove() methods. An instance can use this method, for example, when it wants to pass a reference to itself in a method argument or result. |
An instance of a session enterprise Bean can call this method at anytime between the ejbCreate() and ejbRemove() methods, including from within the ejbCreate() and ejbRemove() methods. An instance can use this method, for example, when it wants to pass a reference to itself in a method argument or result. |
|
An instance of a stateless session bean can call this method from any business method invoked through its web service endpoint interface. |