com.generationjava.random
Class RandomBeanProxy

java.lang.Object
  extended bycom.generationjava.random.RandomBeanProxy
All Implemented Interfaces:
InvocationHandler

public class RandomBeanProxy
extends Object
implements InvocationHandler


Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
static Object newInstance(Class intfce)
           
 
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(Class intfce)

invoke

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


Copyright © 2000-2005 OSJava. All Rights Reserved.