triptracker.testing
Class DebugProxy

java.lang.Object
  extended by triptracker.testing.DebugProxy
All Implemented Interfaces:
InvocationHandler

public class DebugProxy
extends Object
implements InvocationHandler


Method Summary
 Object invoke(Object proxy, Method m, Object[] args)
           
static Object newInstance(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static Object newInstance(Object obj)

invoke

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


Copyright © 2006 Team Trip Tracker. All Rights Reserved.