org.smallmind.quorum.transport.remote
Class RemoteInvocationHandler

java.lang.Object
  extended by org.smallmind.quorum.transport.remote.RemoteInvocationHandler
All Implemented Interfaces:
Serializable, InvocationHandler

public class RemoteInvocationHandler
extends Object
implements Serializable, InvocationHandler

See Also:
Serialized Form

Constructor Summary
RemoteInvocationHandler(Class endpointInterface, RemoteTarget remoteTarget)
           
 
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

RemoteInvocationHandler

public RemoteInvocationHandler(Class endpointInterface,
                               RemoteTarget remoteTarget)
                        throws NamingException
Throws:
NamingException
Method Detail

invoke

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


Copyright © 2011. All Rights Reserved.