|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Jdk13InvocationHandler.getInvocationHandler()
|
InvocationHandler |
Proxy.getInvocationHandler()
|
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)
|
InvocationHandler |
Proxy.setInvocationHandler(InvocationHandler newHandler)
|
Methods in org.openejb.util.proxy with parameters of type InvocationHandler | |
---|---|
java.lang.Object |
Jdk13ProxyFactory.newProxyInstance(java.lang.Class[] interfaces,
InvocationHandler h)
|
java.lang.Object |
ProxyFactory.newProxyInstance(java.lang.Class[] interfaces,
InvocationHandler h)
|
static java.lang.Object |
ProxyManager.newProxyInstance(java.lang.Class[] interfaces,
InvocationHandler h)
|
java.lang.Object |
Jdk13ProxyFactory.newProxyInstance(java.lang.Class interfce,
InvocationHandler h)
|
java.lang.Object |
ProxyFactory.newProxyInstance(java.lang.Class interfce,
InvocationHandler h)
|
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)
|
InvocationHandler |
Proxy.setInvocationHandler(InvocationHandler newHandler)
|
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.util.proxy with parameters of type InvocationHandler | |
---|---|
Jdk13InvocationHandler(InvocationHandler delegate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |