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

Packages that use EJBObjectImpl
com.sun.ejb.containers   
 

Uses of EJBObjectImpl in com.sun.ejb.containers
 

Subclasses of EJBObjectImpl in com.sun.ejb.containers
 class EJBObjectInvocationHandler
          Handler for EJBObject invocations through EJBObject proxy.
 

Fields in com.sun.ejb.containers declared as EJBObjectImpl
protected  EJBObjectImpl EJBContextImpl.ejbObjectImpl
           
protected  EJBObjectImpl EJBContextImpl.ejbRemoteBusinessObjectImpl
           
 

Methods in com.sun.ejb.containers that return EJBObjectImpl
 EJBObjectImpl AbstractSingletonContainer.createEJBObjectImpl()
           
 EJBObjectImpl MessageBeanContainer.createEJBObjectImpl()
           
 EJBObjectImpl EJBHomeImpl.createEJBObjectImpl()
          Create a new EJBObject and new EJB if necessary.
 EJBObjectImpl StatelessSessionContainer.createEJBObjectImpl()
           
 EJBObjectImpl AbstractSingletonContainer.createRemoteBusinessObjectImpl()
           
 EJBObjectImpl EJBHomeImpl.createRemoteBusinessObjectImpl()
           
 EJBObjectImpl StatelessSessionContainer.createRemoteBusinessObjectImpl()
           
 EJBObjectImpl MessageBeanContainer.getEJBObjectImpl(byte[] instanceKey)
           
protected  EJBObjectImpl BaseContainer.instantiateEJBObjectImpl()
           
protected  EJBObjectImpl BaseContainer.instantiateRemoteBusinessObjectImpl()
           
protected  EJBObjectImpl EntityContainer.internalGetEJBObjectImpl(Object primaryKey, byte[] streamKey)
           
protected  EJBObjectImpl EntityContainer.internalGetEJBObjectImpl(Object primaryKey, byte[] streamKey, boolean incrementRefCount)
           
protected  EJBObjectImpl EntityContainer.internalGetEJBObjectImpl(Object primaryKey, byte[] streamKey, boolean incrementRefCount, boolean cacheEJBO)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.