br.ufsc.das.util
Class TSCommunicationSystem

java.lang.Object
  extended by CommunicationSystem
      extended by br.ufsc.das.util.TSCommunicationSystem

public class TSCommunicationSystem
extends CommunicationSystem


Field Summary
static int TS_MSG
           
static int TSCAS_MSG
           
 
Constructor Summary
TSCommunicationSystem(TSConfiguration conf)
          Creates a new instance of TSCommunicationSystem
 
Method Summary
 void processTSMsg(TSMessage m)
           
 void setTSReceiver(TSReceiver rec)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TS_MSG

public static int TS_MSG

TSCAS_MSG

public static int TSCAS_MSG
Constructor Detail

TSCommunicationSystem

public TSCommunicationSystem(TSConfiguration conf)
Creates a new instance of TSCommunicationSystem

Method Detail

setTSReceiver

public void setTSReceiver(TSReceiver rec)

processTSMsg

public void processTSMsg(TSMessage m)