JBoss Remoting 3.0.0.Beta2

org.jboss.remoting.transporter
Class TransporterInvocationHandler

java.lang.Object
  extended by org.jboss.remoting.transporter.TransporterInvocationHandler
All Implemented Interfaces:
InvocationHandler

public final class TransporterInvocationHandler
extends Object
implements InvocationHandler

The transporter reflection invocation handler.


Constructor Summary
TransporterInvocationHandler(Client<TransporterInvocation,Object> client)
           
 
Method Summary
protected  void finalize()
           
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransporterInvocationHandler

public TransporterInvocationHandler(Client<TransporterInvocation,Object> client)
Method Detail

invoke

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

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable

JBoss Remoting 3.0.0.Beta2

Copyright © 2008 JBoss, a division of Red Hat, Inc.