org.jboss.jca.deployers.common
Class DelegatorInvocationHandler

java.lang.Object
  extended by org.jboss.jca.deployers.common.DelegatorInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class DelegatorInvocationHandler
extends Object
implements InvocationHandler

A delegator invocation handler

Author:
Jesper Pedersen

Constructor Summary
DelegatorInvocationHandler(Object delegate)
          Constructor
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatorInvocationHandler

public DelegatorInvocationHandler(Object delegate)
Constructor

Parameters:
delegate - The delegate
Method Detail

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)