com.sun.multicast.reliable.transport.tram
Class TMODE
java.lang.Object
|
+--com.sun.multicast.reliable.transport.tram.TMODE
- public class TMODE
- extends java.lang.Object
Constants to define the various modes of TRAM Transport.
Field Summary |
static byte |
RECEIVE_ONLY
The constant RECEIVE_ONLY is used to specify the transport to perform
the role of a receiver only. |
static byte |
REPAIR_NODE
The constant REPAIR_NODE is used to specify the transport to perform
the role of a designated repair node. |
static byte |
SEND_ONLY
The constant SEND_ONLY is used to specify the transport to perform the
role of a sender only. |
static byte |
SEND_RECEIVE
The constant SEND_RECEIVE is used to specify the transport to perform
the role of a sender as well as a receiver. |
Constructor Summary |
TMODE()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SEND_ONLY
public static final byte SEND_ONLY
- The constant SEND_ONLY is used to specify the transport to perform the
role of a sender only. Such a transport will discard all multicast data
packets received from the network.
RECEIVE_ONLY
public static final byte RECEIVE_ONLY
- The constant RECEIVE_ONLY is used to specify the transport to perform
the role of a receiver only. Such a transport will discard all
multicast data transmission requests by the application.
SEND_RECEIVE
public static final byte SEND_RECEIVE
- The constant SEND_RECEIVE is used to specify the transport to perform
the role of a sender as well as a receiver. This option is typically
used in a multisender session. This option is currently not supported
by TRAM.
REPAIR_NODE
public static final byte REPAIR_NODE
- The constant REPAIR_NODE is used to specify the transport to perform
the role of a designated repair node. Such a transport will support
no local application. It neither accepts multicast data for transmission
nor forwards received multicast data towards the application. Such
node will just receive multicast data from the network and perform
retranmissions of reported lost multicast packets.
TMODE
public TMODE()
JavaTM Reliable MulticastTM Service version 1.1
Copyright (c) 2001, Sun Microsystems Laboratories, All rights reserved.