net.grinder.testutility
Class RandomObjectFactory.NullInvocationHandler

java.lang.Object
  extended by net.grinder.testutility.RandomObjectFactory.NullInvocationHandler
All Implemented Interfaces:
InvocationHandler
Enclosing class:
RandomObjectFactory

public static class RandomObjectFactory.NullInvocationHandler
extends Object
implements InvocationHandler


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

Constructor Detail

RandomObjectFactory.NullInvocationHandler

public RandomObjectFactory.NullInvocationHandler()
Method Detail

invoke

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


Copyright © 2000-2012. All Rights Reserved.