Class IncomingMessage

java.lang.Object
  extended byIncomingMessage

public class IncomingMessage
extends java.lang.Object


Constructor Summary
IncomingMessage(java.lang.String msg, int serverType)
           
 
Method Summary
 java.lang.String getFirstName()
           
 java.lang.String getLastName()
           
 java.lang.String getLastVariable()
           
 int getMessageSize()
           
 java.lang.String getName()
           
 java.lang.String getNextVariable()
           
 int getType()
           
 boolean hasMoreVariables()
           
 void rewind()
          JAC - added to allow multiple access to message variables
 java.lang.String string()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncomingMessage

public IncomingMessage(java.lang.String msg,
                       int serverType)
Method Detail

getNextVariable

public java.lang.String getNextVariable()

getLastVariable

public java.lang.String getLastVariable()

hasMoreVariables

public boolean hasMoreVariables()

rewind

public void rewind()
JAC - added to allow multiple access to message variables


getName

public java.lang.String getName()

getFirstName

public java.lang.String getFirstName()

getLastName

public java.lang.String getLastName()

getMessageSize

public int getMessageSize()

getType

public int getType()

string

public java.lang.String string()

toString

public java.lang.String toString()