Uses of Class
org.openejb.core.ivm.EjbObjectProxyHandler

Packages that use EjbObjectProxyHandler
org.openejb.core The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
org.openejb.core.entity The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
org.openejb.core.ivm The IntraVM server. 
org.openejb.core.stateful The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
org.openejb.core.stateless The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
 

Uses of EjbObjectProxyHandler in org.openejb.core
 

Methods in org.openejb.core that return EjbObjectProxyHandler
protected abstract  EjbObjectProxyHandler CoreContext.newEjbObjectHandler(RpcContainer container, java.lang.Object pk, java.lang.Object depID)
           
 

Uses of EjbObjectProxyHandler in org.openejb.core.entity
 

Subclasses of EjbObjectProxyHandler in org.openejb.core.entity
 class EntityEjbObjectHandler
          This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles.
 

Methods in org.openejb.core.entity that return EjbObjectProxyHandler
protected  EjbObjectProxyHandler EntityContext.newEjbObjectHandler(RpcContainer container, java.lang.Object pk, java.lang.Object depID)
           
protected  EjbObjectProxyHandler EntityEjbHomeHandler.newEjbObjectHandler(RpcContainer container, java.lang.Object pk, java.lang.Object depID)
           
 

Uses of EjbObjectProxyHandler in org.openejb.core.ivm
 

Methods in org.openejb.core.ivm that return EjbObjectProxyHandler
protected abstract  EjbObjectProxyHandler EjbHomeProxyHandler.newEjbObjectHandler(RpcContainer container, java.lang.Object pk, java.lang.Object depID)
           
 

Uses of EjbObjectProxyHandler in org.openejb.core.stateful
 

Subclasses of EjbObjectProxyHandler in org.openejb.core.stateful
 class StatefulEjbObjectHandler
          This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles.
 

Methods in org.openejb.core.stateful that return EjbObjectProxyHandler
protected  EjbObjectProxyHandler StatefulContext.newEjbObjectHandler(RpcContainer container, java.lang.Object pk, java.lang.Object depID)
           
protected  EjbObjectProxyHandler StatefulEjbHomeHandler.newEjbObjectHandler(RpcContainer container, java.lang.Object pk, java.lang.Object depID)
           
 

Uses of EjbObjectProxyHandler in org.openejb.core.stateless
 

Subclasses of EjbObjectProxyHandler in org.openejb.core.stateless
 class StatelessEjbObjectHandler
          This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles.
 

Methods in org.openejb.core.stateless that return EjbObjectProxyHandler
protected  EjbObjectProxyHandler StatelessContext.newEjbObjectHandler(RpcContainer container, java.lang.Object pk, java.lang.Object depID)
           
protected  EjbObjectProxyHandler StatelessEjbHomeHandler.newEjbObjectHandler(RpcContainer container, java.lang.Object pk, java.lang.Object depID)
           
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.