java.lang.reflect
Class Proxy

java.lang.Object
  extended by java.lang.reflect.Proxy
All Implemented Interfaces:
Serializable

public class Proxy
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  InvocationHandler h
           
 
Constructor Summary
protected Proxy(InvocationHandler var0)
           
 
Method Summary
static InvocationHandler getInvocationHandler(Object var0)
           
static Class getProxyClass(ClassLoader var0, Class[] var1)
           
static boolean isProxyClass(Class var0)
           
static Object newProxyInstance(ClassLoader var0, Class[] var1, InvocationHandler var2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

h

protected InvocationHandler h
Constructor Detail

Proxy

protected Proxy(InvocationHandler var0)
Method Detail

getProxyClass

public static Class getProxyClass(ClassLoader var0,
                                  Class[] var1)
                           throws IllegalArgumentException
Throws:
IllegalArgumentException

newProxyInstance

public static Object newProxyInstance(ClassLoader var0,
                                      Class[] var1,
                                      InvocationHandler var2)
                               throws IllegalArgumentException
Throws:
IllegalArgumentException

isProxyClass

public static boolean isProxyClass(Class var0)

getInvocationHandler

public static InvocationHandler getInvocationHandler(Object var0)
                                              throws IllegalArgumentException
Throws:
IllegalArgumentException


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.