|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvocationHandler | |
---|---|
org.openejb.client | The core classes of the container system implementing the interfaces defined by the OpenEJB server. |
org.openejb.client.proxy | The core classes of the container system implementing the interfaces defined by the OpenEJB server. |
Uses of InvocationHandler in org.openejb.client |
---|
Classes in org.openejb.client that implement InvocationHandler | |
---|---|
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. |
Uses of InvocationHandler in org.openejb.client.proxy |
---|
Methods in org.openejb.client.proxy that return InvocationHandler | |
---|---|
InvocationHandler |
Jdk13InvocationHandler.getInvocationHandler()
Returns the InvocationHandler that will receive all the calls on the proxy |
InvocationHandler |
Jdk13ProxyFactory.getInvocationHandler(java.lang.Object proxy)
Returns the invocation handler for the specified proxy instance. |
InvocationHandler |
ProxyFactory.getInvocationHandler(java.lang.Object proxy)
Returns the invocation handler for the specified proxy instance. |
static InvocationHandler |
ProxyManager.getInvocationHandler(java.lang.Object proxy)
Casts the object passed in to the appropriate proxy type and retreives the InvocationHandler assigned to it. |
InvocationHandler |
Jdk13InvocationHandler.setInvocationHandler(InvocationHandler handler)
Sets the InvocationHandler that will receive all the calls on the proxy |
Methods in org.openejb.client.proxy with parameters of type InvocationHandler | |
---|---|
java.lang.Object |
Jdk13ProxyFactory.newProxyInstance(java.lang.Class[] interfaces,
InvocationHandler h)
Returns an instance of a proxy class for the specified interface that dispatches method invocations to the specified invocation handler. |
java.lang.Object |
ProxyFactory.newProxyInstance(java.lang.Class[] interfaces,
InvocationHandler h)
Returns an instance of a proxy class for the specified interface that dispatches method invocations to the specified invocation handler. |
static java.lang.Object |
ProxyManager.newProxyInstance(java.lang.Class[] interfaces,
InvocationHandler h)
|
java.lang.Object |
Jdk13ProxyFactory.newProxyInstance(java.lang.Class interfce,
InvocationHandler h)
Returns an instance of a proxy class for the specified interface that dispatches method invocations to the specified invocation handler. |
java.lang.Object |
ProxyFactory.newProxyInstance(java.lang.Class interfce,
InvocationHandler h)
Returns an instance of a proxy class for the specified interface that dispatches method invocations to the specified invocation handler. |
static java.lang.Object |
ProxyManager.newProxyInstance(java.lang.Class interfaceType,
InvocationHandler h)
Throws a RuntimeException if there is a problem instantiating the new proxy instance. |
InvocationHandler |
Jdk13InvocationHandler.setInvocationHandler(InvocationHandler handler)
Sets the InvocationHandler that will receive all the calls on the proxy |
java.lang.Object |
Jdk13ProxyFactory.setInvocationHandler(java.lang.Object proxy,
InvocationHandler handler)
Sets the invocation handler for the specified proxy instance. |
java.lang.Object |
ProxyFactory.setInvocationHandler(java.lang.Object proxy,
InvocationHandler handler)
Sets the invocation handler for the specified proxy instance. |
static java.lang.Object |
ProxyManager.setInvocationHandler(java.lang.Object proxy,
InvocationHandler handler)
Casts the object passed in to the appropriate proxy type and sets the InvocationHandler assigned to it. |
Constructors in org.openejb.client.proxy with parameters of type InvocationHandler | |
---|---|
Jdk13InvocationHandler(InvocationHandler delegate)
Constructs a new JDK 1.3 compatable InvocationHandler that delegates all invocations to an OpenEJB invocation handler. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |