com.sun.enterprise.admin.util.proxy
Class ProxyClass

java.lang.Object
  extended by com.sun.enterprise.admin.util.proxy.ProxyClass
All Implemented Interfaces:
InvocationHandler

public class ProxyClass
extends Object
implements InvocationHandler

A proxy class


Constructor Summary
ProxyClass(Object handler, Interceptor interceptor)
          Creates a new instance of Proxy
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyClass

public ProxyClass(Object handler,
                  Interceptor interceptor)
Creates a new instance of Proxy

Method Detail

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.