org.jboss.jca.deployers.common
Class DelegatorInvocationHandler
java.lang.Object
org.jboss.jca.deployers.common.DelegatorInvocationHandler
- All Implemented Interfaces:
- InvocationHandler
public class DelegatorInvocationHandler
- extends Object
- implements InvocationHandler
A delegator invocation handler
- Author:
- Jesper Pedersen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelegatorInvocationHandler
public DelegatorInvocationHandler(Object delegate)
- Constructor
- Parameters:
delegate - The delegate
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
-
- Specified by:
invoke in interface InvocationHandler
- Throws:
Throwable
Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)