org.jboss.aspects.remoting
Class PojiProxy

java.lang.Object
  extended by org.jboss.aspects.remoting.PojiProxy
All Implemented Interfaces:
Serializable, InvocationHandler

public class PojiProxy
extends Object
implements Serializable, InvocationHandler

comment

Author:
Bill Burke
See Also:
Serialized Form

Constructor Summary
PojiProxy(Object oid, org.jboss.remoting.InvokerLocator uri, org.jboss.aop.advice.Interceptor[] interceptors)
           
 
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

PojiProxy

public PojiProxy(Object oid,
                 org.jboss.remoting.InvokerLocator uri,
                 org.jboss.aop.advice.Interceptor[] interceptors)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.