public class Proxy extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected InvocationHandler |
h |
Modifier | Constructor and Description |
---|---|
protected |
Proxy(InvocationHandler var0) |
Modifier and Type | Method and Description |
---|---|
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) |
protected InvocationHandler h
protected Proxy(InvocationHandler var0)
public static Class getProxyClass(ClassLoader var0, Class[] var1) throws IllegalArgumentException
IllegalArgumentException
public static Object newProxyInstance(ClassLoader var0, Class[] var1, InvocationHandler var2) throws IllegalArgumentException
IllegalArgumentException
public static boolean isProxyClass(Class var0)
public static InvocationHandler getInvocationHandler(Object var0) throws IllegalArgumentException
IllegalArgumentException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.