|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
InvocationHandler |
getInvocationHandler(Object proxy)
Returns the invocation handler for the specified proxy instance. |
Class |
getProxyClass(Class interfce)
Returns the java.lang.Class object for a proxy class given a class loader and an array of interfaces. |
Class |
getProxyClass(Class[] interfaces)
Returns the java.lang.Class object for a proxy class given a class loader and an array of interfaces. |
void |
init(Properties props)
|
boolean |
isProxyClass(Class cl)
|
Object |
newProxyInstance(Class proxyClass)
Returns a new proxy instance from the specified proxy class. |
Object |
newProxyInstance(Class[] interfaces,
InvocationHandler h)
|
Object |
newProxyInstance(Class interfce,
InvocationHandler h)
|
Object |
setInvocationHandler(Object proxy,
InvocationHandler handler)
Sets the invocation handler for the specified proxy instance. |
Method Detail |
public void init(Properties props) throws OpenEJBException
OpenEJBException
public InvocationHandler getInvocationHandler(Object proxy) throws IllegalArgumentException
IllegalArgumentException
public Object setInvocationHandler(Object proxy, InvocationHandler handler) throws IllegalArgumentException
IllegalArgumentException
public Class getProxyClass(Class interfce) throws IllegalArgumentException
IllegalArgumentException
public Class getProxyClass(Class[] interfaces) throws IllegalArgumentException
IllegalArgumentException
public boolean isProxyClass(Class cl)
public Object newProxyInstance(Class interfce, InvocationHandler h) throws IllegalArgumentException
IllegalArgumentException
public Object newProxyInstance(Class[] interfaces, InvocationHandler h) throws IllegalArgumentException
IllegalArgumentException
public Object newProxyInstance(Class proxyClass) throws IllegalArgumentException
IllegalArgumentException
- Occurs when the specified class is not a proxy class.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |