| Package | Description |
|---|---|
| org.apache.openejb.client | |
| org.apache.openejb.client.proxy |
| Modifier and Type | Class and Description |
|---|---|
class |
EJBHomeHandler |
class |
EJBInvocationHandler |
class |
EJBObjectHandler |
class |
EntityEJBHomeHandler |
class |
EntityEJBObjectHandler |
class |
SingletonEJBHomeHandler |
class |
SingletonEJBObjectHandler |
class |
StatefulEJBHomeHandler |
class |
StatefulEJBObjectHandler |
class |
StatelessEJBHomeHandler |
class |
StatelessEJBObjectHandler |
| Modifier and Type | Method and Description |
|---|---|
InvocationHandler |
Jdk13InvocationHandler.getInvocationHandler() |
static InvocationHandler |
ProxyManager.getInvocationHandler(Object proxy) |
InvocationHandler |
ProxyFactory.getInvocationHandler(Object proxy) |
InvocationHandler |
Jdk13ProxyFactory.getInvocationHandler(Object proxy) |
InvocationHandler |
Jdk13InvocationHandler.setInvocationHandler(InvocationHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Object |
ProxyFactory.newProxyInstance(Class interfce,
InvocationHandler h) |
Object |
Jdk13ProxyFactory.newProxyInstance(Class interfce,
InvocationHandler h) |
InvocationHandler |
Jdk13InvocationHandler.setInvocationHandler(InvocationHandler handler) |
static Object |
ProxyManager.setInvocationHandler(Object proxy,
InvocationHandler handler) |
Object |
ProxyFactory.setInvocationHandler(Object proxy,
InvocationHandler handler) |
Object |
Jdk13ProxyFactory.setInvocationHandler(Object proxy,
InvocationHandler handler) |
| Constructor and Description |
|---|
Jdk13InvocationHandler(InvocationHandler delegate) |
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.