java.lang.reflect
Class Proxy
java.lang.Object
java.lang.reflect.Proxy
- All Implemented Interfaces:
- Serializable
public class Proxy
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
h
protected InvocationHandler h
Proxy
protected Proxy(InvocationHandler var0)
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.