EJBLocalObjectImpl |
AbstractSingletonContainer.createEJBLocalBusinessObjectImpl(boolean localBeanView) |
Called during internal creation of session bean
|
protected EJBLocalObjectImpl |
EJBLocalHomeImpl.createEJBLocalBusinessObjectImpl(String intfName) |
Create a new EJBLocalBusinessObjectImpl and new EJB if necessary.
|
EJBLocalObjectImpl |
StatelessSessionContainer.createEJBLocalBusinessObjectImpl(boolean localBeanView) |
Called during internal creation of session bean
|
EJBLocalObjectImpl |
AbstractSingletonContainer.createEJBLocalObjectImpl() |
Called during client creation request through EJB LocalHome view.
|
protected EJBLocalObjectImpl |
BaseContainer.createEJBLocalObjectImpl() |
|
protected EJBLocalObjectImpl |
EJBLocalHomeImpl.createEJBLocalObjectImpl() |
Create a new EJBLocalObjectImpl and new EJB if necessary.
|
protected EJBLocalObjectImpl |
StatefulSessionContainer.createEJBLocalObjectImpl() |
This is called from the generated "HelloEJBLocalHomeImpl" create method
via EJBLocalHomeImpl.createEJBObject.
|
EJBLocalObjectImpl |
StatelessSessionContainer.createEJBLocalObjectImpl() |
Called during client creation request through EJB LocalHome view.
|
protected EJBLocalObjectImpl |
AbstractSingletonContainer.getEJBLocalObjectImpl(Object key) |
Not applicable to Singletons
|
protected EJBLocalObjectImpl |
BaseContainer.getEJBLocalObjectImpl(Object key) |
|
protected EJBLocalObjectImpl |
StatefulSessionContainer.getEJBLocalObjectImpl(Object sessionKey) |
Called from EJBLocalObjectImpl.getLocalObject() while deserializing
a local object reference.
|
protected EJBLocalObjectImpl |
StatelessSessionContainer.getEJBLocalObjectImpl(Object key) |
Called from EJBLocalObjectImpl.getLocalObject() while deserializing
a local object reference.
|
protected EJBLocalObjectImpl |
BaseContainer.instantiateEJBLocalBusinessObjectImpl() |
|
protected EJBLocalObjectImpl |
BaseContainer.instantiateEJBLocalObjectImpl() |
|
protected EJBLocalObjectImpl |
BaseContainer.instantiateEJBLocalObjectImpl(Object key) |
|
protected EJBLocalObjectImpl |
BaseContainer.instantiateOptionalEJBLocalBusinessObjectImpl() |
|
static EJBLocalObjectImpl |
EJBLocalObjectImpl.toEJBLocalObjectImpl(jakarta.ejb.EJBLocalObject localObj) |
Since EJBLocalObject might be a dynamic proxy, the container can't assume
it can cast from EJBLocalObject to EJBLocalObjectImpl.
|