|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvocationHandler | |
org.openejb.client |
Uses of InvocationHandler in org.openejb.client |
Classes in org.openejb.client that implement InvocationHandler | |
class |
CgLibInvocationHandler
|
class |
EJBHomeHandler
Handles invocations from an EJBHomeProxy. |
class |
EJBInvocationHandler
TODO: Add comments |
class |
EJBObjectHandler
|
class |
EntityEJBHomeHandler
|
class |
EntityEJBObjectHandler
This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles. |
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
|
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. |
Methods in org.openejb.client that return InvocationHandler | |
InvocationHandler |
ProxyFactory.getInvocationHandler(Object proxy)
Returns the invocation handler for the specified proxy instance. |
static InvocationHandler |
ProxyManager.getInvocationHandler(Object proxy)
Casts the object passed in to the appropriate proxy type and retreives the InvocationHandler assigned to it. |
InvocationHandler |
CgLibProxyFactory.getInvocationHandler(Object proxy)
|
InvocationHandler |
CgLibInvocationHandler.getInvocationHandler()
|
InvocationHandler |
CgLibInvocationHandler.setInvocationHandler(InvocationHandler handler)
|
Methods in org.openejb.client with parameters of type InvocationHandler | |
Object |
ProxyFactory.newProxyInstance(Class[] interfaces,
InvocationHandler h,
ClassLoader classLoader)
Returns an instance of a proxy class for the specified interface that dispatches method invocations to the specified invocation handler. |
Object |
ProxyFactory.newProxyInstance(Class superClass,
Class[] interfaces,
InvocationHandler h,
ClassLoader classLoader)
|
static Object |
ProxyManager.newProxyInstance(Class[] interfaces,
InvocationHandler h,
ClassLoader classLoader)
|
Object |
CgLibProxyFactory.newProxyInstance(Class[] interfaces,
InvocationHandler handler,
ClassLoader classLoader)
|
Object |
CgLibProxyFactory.newProxyInstance(Class superClass,
Class[] interfaces,
InvocationHandler handler,
ClassLoader classLoader)
|
InvocationHandler |
CgLibInvocationHandler.setInvocationHandler(InvocationHandler handler)
|
Constructors in org.openejb.client with parameters of type InvocationHandler | |
CgLibInvocationHandler(InvocationHandler delegate)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |