Uses of Interface
org.openejb.util.proxy.InvocationHandler

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

Uses of InvocationHandler in org.openejb.core.entity
 

Classes in org.openejb.core.entity that implement InvocationHandler
 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 InvocationHandler in org.openejb.core.ivm
 

Classes in org.openejb.core.ivm that implement InvocationHandler
 class BaseEjbProxyHandler
          This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles.
 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.
 

Uses of InvocationHandler in org.openejb.core.stateful
 

Classes in org.openejb.core.stateful that implement InvocationHandler
 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 InvocationHandler in org.openejb.core.stateless
 

Classes in org.openejb.core.stateless that implement InvocationHandler
 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.
 

Uses of InvocationHandler in org.openejb.util.proxy
 

Classes in org.openejb.util.proxy that implement InvocationHandler
 class InvalidatedReferenceHandler
           
 

Fields in org.openejb.util.proxy declared as InvocationHandler
 InvocationHandler Proxy.handler
           
 

Methods in org.openejb.util.proxy that return InvocationHandler
 InvocationHandler Proxy.getInvocationHandler()
           
 InvocationHandler Jdk13InvocationHandler.getInvocationHandler()
           
static InvocationHandler ProxyManager.getInvocationHandler(Object proxy)
          Casts the object passed in to the appropriate proxy type and retreives the InvocationHandler assigned to it.
 InvocationHandler ProxyFactory.getInvocationHandler(Object proxy)
          Returns the invocation handler for the specified proxy instance.
 InvocationHandler Jdk13ProxyFactory.getInvocationHandler(Object proxy)
          Returns the invocation handler for the specified proxy instance.
 InvocationHandler Proxy.setInvocationHandler(InvocationHandler newHandler)
           
 InvocationHandler Jdk13InvocationHandler.setInvocationHandler(InvocationHandler handler)
           
 

Methods in org.openejb.util.proxy with parameters of type InvocationHandler
static Object ProxyManager.newProxyInstance(Class[] interfaces, InvocationHandler h)
           
 Object ProxyFactory.newProxyInstance(Class[] interfaces, InvocationHandler h)
           
 Object Jdk13ProxyFactory.newProxyInstance(Class[] interfaces, InvocationHandler h)
           
static Object ProxyManager.newProxyInstance(Class interfaceType, InvocationHandler h)
          Throws a RuntimeException if there is a problem instantiating the new proxy instance.
 Object ProxyFactory.newProxyInstance(Class interfce, InvocationHandler h)
           
 Object Jdk13ProxyFactory.newProxyInstance(Class interfce, InvocationHandler h)
           
 InvocationHandler Proxy.setInvocationHandler(InvocationHandler newHandler)
           
 InvocationHandler Jdk13InvocationHandler.setInvocationHandler(InvocationHandler handler)
           
static Object ProxyManager.setInvocationHandler(Object proxy, InvocationHandler handler)
          Casts the object passed in to the appropriate proxy type and sets the InvocationHandler assigned to it.
 Object ProxyFactory.setInvocationHandler(Object proxy, InvocationHandler handler)
          Sets the invocation handler for the specified proxy instance.
 Object Jdk13ProxyFactory.setInvocationHandler(Object proxy, InvocationHandler handler)
          Sets the invocation handler for the specified proxy instance.
 

Constructors in org.openejb.util.proxy with parameters of type InvocationHandler
Jdk13InvocationHandler(InvocationHandler delegate)
           
 



Copyright © 1999-2008 OpenEJB. All Rights Reserved.