Uses of Class
com.sun.ejb.containers.EJBLocalObjectImpl

Packages that use EJBLocalObjectImpl
com.sun.ejb.containers   
 

Uses of EJBLocalObjectImpl in com.sun.ejb.containers
 

Subclasses of EJBLocalObjectImpl in com.sun.ejb.containers
 class EJBLocalObjectInvocationHandler
          Handler for EJBLocalObject invocations through EJBLocalObject proxy.
 

Fields in com.sun.ejb.containers declared as EJBLocalObjectImpl
protected  EJBLocalObjectImpl EJBContextImpl.ejbLocalBusinessObjectImpl
           
protected  EJBLocalObjectImpl EJBContextImpl.ejbLocalObjectImpl
           
protected  EJBLocalObjectImpl EJBContextImpl.optionalEjbLocalBusinessObjectImpl
           
 

Methods in com.sun.ejb.containers that return EJBLocalObjectImpl
 EJBLocalObjectImpl AbstractSingletonContainer.createEJBLocalBusinessObjectImpl(boolean localBeanView)
          Called during internal creation of session bean
 EJBLocalObjectImpl StatelessSessionContainer.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 EJBLocalHomeImpl.createEJBLocalObjectImpl()
          Create a new EJBLocalObjectImpl and new EJB if necessary.
 EJBLocalObjectImpl AbstractSingletonContainer.createEJBLocalObjectImpl()
          Called during client creation request through EJB LocalHome view.
 EJBLocalObjectImpl StatelessSessionContainer.createEJBLocalObjectImpl()
          Called during client creation request through EJB LocalHome view.
protected  EJBLocalObjectImpl BaseContainer.instantiateEJBLocalBusinessObjectImpl()
           
protected  EJBLocalObjectImpl BaseContainer.instantiateEJBLocalObjectImpl()
           
protected  EJBLocalObjectImpl BaseContainer.instantiateOptionalEJBLocalBusinessObjectImpl()
           
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 © 2012 GlassFish Community. All Rights Reserved.