com.generationjava.random
Class RandomBeanProxy

java.lang.Object
  |
  +--com.generationjava.random.RandomBeanProxy
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

public class RandomBeanProxy
extends java.lang.Object
implements java.lang.reflect.InvocationHandler


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

invoke

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


Copyright © 2000-2003 OSJava. All Rights Reserved.