org.smallmind.quorum.transport
Class MethodInvoker

java.lang.Object
  extended by org.smallmind.quorum.transport.MethodInvoker

public class MethodInvoker
extends Object


Constructor Summary
MethodInvoker(Object targetObject, Class[] proxyInterfaces)
           
 
Method Summary
 Object remoteInvocation(InvocationSignal invocationSignal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInvoker

public MethodInvoker(Object targetObject,
                     Class[] proxyInterfaces)
              throws NoSuchMethodException
Throws:
NoSuchMethodException
Method Detail

remoteInvocation

public Object remoteInvocation(InvocationSignal invocationSignal)
                        throws Exception
Throws:
Exception


Copyright © 2011. All Rights Reserved.