org.echarts
Class MessageGuardMethod

java.lang.Object
  extended by org.echarts.MachineMethod
      extended by org.echarts.GuardMethod
          extended by org.echarts.MessageGuardMethod
All Implemented Interfaces:
java.io.Serializable

public abstract class MessageGuardMethod
extends GuardMethod

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.echarts.MachineMethod
serialVersionUID
 
Constructor Summary
MessageGuardMethod()
           
 
Method Summary
abstract  boolean invoke(Machine machine, LocalPort port, java.lang.Object message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageGuardMethod

public MessageGuardMethod()
Method Detail

invoke

public abstract boolean invoke(Machine machine,
                               LocalPort port,
                               java.lang.Object message)
                        throws java.lang.Exception
Throws:
java.lang.Exception