org.apache.openejb.resource
Class AutoConnectionTracker.ConnectionInvocationHandler

java.lang.Object
  extended by org.apache.openejb.resource.AutoConnectionTracker.ConnectionInvocationHandler
All Implemented Interfaces:
InvocationHandler
Enclosing class:
AutoConnectionTracker

public static class AutoConnectionTracker.ConnectionInvocationHandler
extends Object
implements InvocationHandler


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

Constructor Detail

AutoConnectionTracker.ConnectionInvocationHandler

public AutoConnectionTracker.ConnectionInvocationHandler(Object handle)
Method Detail

invoke

public Object invoke(Object object,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.