org.smallmind.quorum.transport.messaging
Class MessagingInvocationHandler

java.lang.Object
  extended by org.smallmind.quorum.transport.messaging.MessagingInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class MessagingInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
MessagingInvocationHandler(MessagingTransmitter messagingTransmitter, Class invocableInterface)
           
 
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

MessagingInvocationHandler

public MessagingInvocationHandler(MessagingTransmitter messagingTransmitter,
                                  Class invocableInterface)
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.