Class Msg

java.lang.Object
  |
  +--Msg

public class Msg
extends java.lang.Object


Constructor Summary
Msg(int s, int t, java.lang.String msgType, java.lang.String buf)
           
 
Method Summary
 int getDestId()
           
 java.lang.String getMessage()
           
 int getMessageInt()
           
 int getSrcId()
           
 java.lang.String getTag()
           
static Msg parseMsg(java.util.StringTokenizer st)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Msg

public Msg(int s,
           int t,
           java.lang.String msgType,
           java.lang.String buf)
Method Detail

getSrcId

public int getSrcId()

getDestId

public int getDestId()

getTag

public java.lang.String getTag()

getMessage

public java.lang.String getMessage()

getMessageInt

public int getMessageInt()

parseMsg

public static Msg parseMsg(java.util.StringTokenizer st)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object