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

Packages that use BaseEjbProxyHandler
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 BaseEjbProxyHandler in org.openejb.core.entity
 

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

Uses of BaseEjbProxyHandler in org.openejb.core.ivm
 

Subclasses of BaseEjbProxyHandler in org.openejb.core.ivm
 class EjbHomeProxyHandler
          This is an InvocationHandler that is used only for handling requests from an EJBHome stub.
 class EjbObjectProxyHandler
          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.ivm with parameters of type BaseEjbProxyHandler
protected static void BaseEjbProxyHandler.registerHandler(java.lang.Object key, BaseEjbProxyHandler handler)
           
 

Uses of BaseEjbProxyHandler in org.openejb.core.stateful
 

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

Uses of BaseEjbProxyHandler in org.openejb.core.stateless
 

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



Copyright © 1999-2011 OpenEJB. All Rights Reserved.