| Package | Description |
|---|---|
| com.sun.ejb.containers | |
| org.glassfish.persistence.ejb.entitybean.container |
| Modifier and Type | Class and Description |
|---|---|
class |
EJBLocalObjectInvocationHandler
Handler for EJBLocalObject invocations through EJBLocalObject proxy.
|
| Modifier and Type | Field and Description |
|---|---|
protected EJBLocalObjectImpl |
EJBContextImpl.ejbLocalBusinessObjectImpl |
protected EJBLocalObjectImpl |
EJBContextImpl.ejbLocalObjectImpl |
protected EJBLocalObjectImpl |
EJBContextImpl.optionalEjbLocalBusinessObjectImpl |
| Modifier and Type | Method and Description |
|---|---|
EJBLocalObjectImpl |
StatelessSessionContainer.createEJBLocalBusinessObjectImpl(boolean localBeanView)
Called during internal creation of session bean
|
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.
|
protected EJBLocalObjectImpl |
StatefulSessionContainer.createEJBLocalObjectImpl()
This is called from the generated "HelloEJBLocalHomeImpl" create method
via EJBLocalHomeImpl.createEJBObject.
|
protected EJBLocalObjectImpl |
BaseContainer.createEJBLocalObjectImpl() |
EJBLocalObjectImpl |
StatelessSessionContainer.createEJBLocalObjectImpl()
Called during client creation request through EJB LocalHome view.
|
EJBLocalObjectImpl |
AbstractSingletonContainer.createEJBLocalObjectImpl()
Called during client creation request through EJB LocalHome view.
|
protected EJBLocalObjectImpl |
EJBLocalHomeImpl.createEJBLocalObjectImpl()
Create a new EJBLocalObjectImpl and new EJB if necessary.
|
protected EJBLocalObjectImpl |
StatefulSessionContainer.getEJBLocalObjectImpl(Object sessionKey)
Called from EJBLocalObjectImpl.getLocalObject() while deserializing
a local object reference.
|
protected EJBLocalObjectImpl |
BaseContainer.getEJBLocalObjectImpl(Object key) |
protected EJBLocalObjectImpl |
StatelessSessionContainer.getEJBLocalObjectImpl(Object key)
Called from EJBLocalObjectImpl.getLocalObject() while deserializing
a local object reference.
|
protected EJBLocalObjectImpl |
AbstractSingletonContainer.getEJBLocalObjectImpl(Object key)
Not applicable to Singletons
|
protected EJBLocalObjectImpl |
BaseContainer.instantiateEJBLocalBusinessObjectImpl() |
protected EJBLocalObjectImpl |
BaseContainer.instantiateEJBLocalObjectImpl() |
protected EJBLocalObjectImpl |
BaseContainer.instantiateEJBLocalObjectImpl(Object key) |
protected EJBLocalObjectImpl |
BaseContainer.instantiateOptionalEJBLocalBusinessObjectImpl() |
static EJBLocalObjectImpl |
EJBLocalObjectImpl.toEJBLocalObjectImpl(javax.ejb.EJBLocalObject localObj)
Since EJBLocalObject might be a dynamic proxy, the container can't assume
it can cast from EJBLocalObject to EJBLocalObjectImpl.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EJBContainerStateManager.attachObject(EjbInvocation inv,
EJBContextImpl context,
EJBObjectImpl ejbObjImpl,
EJBLocalObjectImpl localObjImpl)
Associate EJB Object with this invocation and this Context
Note that some of the calls do not have Context assosiated with this
invocation, so Context object is passed in separately
|
| Modifier and Type | Method and Description |
|---|---|
protected EJBLocalObjectImpl |
EntityContainer.createEJBLocalObjectImpl() |
EJBLocalObjectImpl |
EntityBeanLocalHomeImpl.createEJBLocalObjectImpl()
EJBLocalObjectImpl is created directly by the container, not by this call
|
protected EJBLocalObjectImpl |
EntityContainer.getEJBLocalObjectImpl(Object key)
Called from EJBLocalObjectImpl.getLocalObject() while deserializing
a local object reference.
|
protected EJBLocalObjectImpl |
EntityContainer.internalGetEJBLocalObjectImpl(Object primaryKey)
The following are private methods for implementing internal logic
for lifecyle and state management, in a reusable way.
|
protected EJBLocalObjectImpl |
EntityContainer.internalGetEJBLocalObjectImpl(Object primaryKey,
boolean incrementRefCount) |
protected EJBLocalObjectImpl |
EntityContainer.internalGetEJBLocalObjectImpl(Object primaryKey,
boolean incrementRefCount,
boolean cacheEJBO) |
Copyright © 2017. All rights reserved.