tapestry.impl.Shuttle
Class ShuttleIOToMsg

java.lang.Object
  |
  +--tapestry.impl.Shuttle.ShuttleIOToMsg
All Implemented Interfaces:
QueueElementIF

public class ShuttleIOToMsg
extends Object
implements QueueElementIF

This is a message TO the ShuttleIO stage If the Shuttle stage wants us to do anything with IO ... we'll hear about it from this message!!


Field Summary
static int SHUTTLEIO_ALLCONTACTLIST
           
static int SHUTTLEIO_OFFLINECONTACTLIST
           
static int SHUTTLEIO_ONLINECONTACTLIST
           
static int SHUTTLEIO_RECEIVEDTEXTMESSAGE
           
static int SHUTTLEIO_REQUESTOFFLINECONTACTS
           
static int SHUTTLEIO_WHOAMI
           
 
Constructor Summary
ShuttleIOToMsg()
           
ShuttleIOToMsg(int msgtype, String m)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SHUTTLEIO_ONLINECONTACTLIST

public static final int SHUTTLEIO_ONLINECONTACTLIST
See Also:
Constant Field Values

SHUTTLEIO_OFFLINECONTACTLIST

public static final int SHUTTLEIO_OFFLINECONTACTLIST
See Also:
Constant Field Values

SHUTTLEIO_ALLCONTACTLIST

public static final int SHUTTLEIO_ALLCONTACTLIST
See Also:
Constant Field Values

SHUTTLEIO_RECEIVEDTEXTMESSAGE

public static final int SHUTTLEIO_RECEIVEDTEXTMESSAGE
See Also:
Constant Field Values

SHUTTLEIO_REQUESTOFFLINECONTACTS

public static final int SHUTTLEIO_REQUESTOFFLINECONTACTS
See Also:
Constant Field Values

SHUTTLEIO_WHOAMI

public static final int SHUTTLEIO_WHOAMI
See Also:
Constant Field Values
Constructor Detail

ShuttleIOToMsg

public ShuttleIOToMsg()

ShuttleIOToMsg

public ShuttleIOToMsg(int msgtype,
                      String m)
Method Detail

toString

public String toString()
Overrides:
toString in class Object