com.sun.enterprise.admin.util.proxy
Class ProxyClass
java.lang.Object
com.sun.enterprise.admin.util.proxy.ProxyClass
- All Implemented Interfaces:
- InvocationHandler
public class ProxyClass
- extends Object
- implements InvocationHandler
A proxy class
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyClass
public ProxyClass(Object handler,
Interceptor interceptor)
- Creates a new instance of Proxy
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke in interface InvocationHandler
- Throws:
Throwable
Copyright © 2012 GlassFish Community. All Rights Reserved.