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

Packages that use EjbHomeProxyHandler
org.openejb.core.entity The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
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 EjbHomeProxyHandler in org.openejb.core.entity
 

Subclasses of EjbHomeProxyHandler 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.
 

Uses of EjbHomeProxyHandler in org.openejb.core.stateful
 

Subclasses of EjbHomeProxyHandler 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.
 

Uses of EjbHomeProxyHandler in org.openejb.core.stateless
 

Subclasses of EjbHomeProxyHandler 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.
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.