br.ufsc.das.util
Class TSCASMessage

java.lang.Object
  extended by SystemMessage
      extended by br.ufsc.das.util.TSMessage
          extended by br.ufsc.das.util.TSCASMessage

public class TSCASMessage
extends TSMessage


Constructor Summary
TSCASMessage(int from, int id, int opcode, java.lang.Object arg, java.lang.String tsName, DepTuple template)
          Creates a new instance of TSCASMessage
TSCASMessage(int from, int id, int opcode, java.lang.Object arg, java.lang.String tsName, DepTuple template, java.lang.Object ctx)
          Creates a new instance of TSCASMessage
 
Method Summary
 DepTuple getTemplate()
           
 java.lang.Object getTuple()
           
 
Methods inherited from class br.ufsc.das.util.TSMessage
equals, getArg, getFrom, getId, getMessageContext, getOpcode, getTSName, sameArg, setArg, setFrom, setId, setMessageContext, setOpcode
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TSCASMessage

public TSCASMessage(int from,
                    int id,
                    int opcode,
                    java.lang.Object arg,
                    java.lang.String tsName,
                    DepTuple template)
Creates a new instance of TSCASMessage


TSCASMessage

public TSCASMessage(int from,
                    int id,
                    int opcode,
                    java.lang.Object arg,
                    java.lang.String tsName,
                    DepTuple template,
                    java.lang.Object ctx)
Creates a new instance of TSCASMessage

Method Detail

getTemplate

public DepTuple getTemplate()

getTuple

public java.lang.Object getTuple()