tapestry.channel
Class MsgQos

java.lang.Object
  |
  +--tapestry.channel.MsgQos

public class MsgQos
extends Object


Field Summary
static int RELIABLE
           
static int UNRELIABLE
           
 
Constructor Summary
MsgQos()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RELIABLE

public static final int RELIABLE
See Also:
Constant Field Values

UNRELIABLE

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

MsgQos

public MsgQos()