org.smallmind.quorum.transport
Class InvocationSignal

java.lang.Object
  extended by org.smallmind.quorum.transport.InvocationSignal
All Implemented Interfaces:
Serializable

public class InvocationSignal
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
InvocationSignal(Context[] contexts, FauxMethod fauxMethod, Object[] args)
           
 
Method Summary
 boolean containsContexts()
           
 Object[] getArgs()
           
 Context[] getContexts()
           
 FauxMethod getFauxMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationSignal

public InvocationSignal(Context[] contexts,
                        FauxMethod fauxMethod,
                        Object[] args)
Method Detail

containsContexts

public boolean containsContexts()

getContexts

public Context[] getContexts()

getFauxMethod

public FauxMethod getFauxMethod()

getArgs

public Object[] getArgs()


Copyright © 2012. All Rights Reserved.