org.objectweb.dream.protocol.messagePassing
Interface ReliableMessagePassingProtocol
- All Superinterfaces:
- MessagePassingProtocol, Protocol
- All Known Implementing Classes:
- ReliableMessagePassingProtocolImpl
public interface ReliableMessagePassingProtocol
- extends MessagePassingProtocol
Specialized interface for reliable message passing protocol.
DEFAULT_RETRANSMIT_PERIOD
static final long DEFAULT_RETRANSMIT_PERIOD
- The default retransmission period (in ms).
- See Also:
- Constant Field Values
RETRANSMIT_PERIOD_HINT_KEY
static final String RETRANSMIT_PERIOD_HINT_KEY
- The hint key used to specify the retransmission period (in ms). Associated
hint value must be a
Number
.
- See Also:
- Constant Field Values
Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.