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.


Field Summary
static long DEFAULT_RETRANSMIT_PERIOD
          The default retransmission period (in ms).
static String RETRANSMIT_PERIOD_HINT_KEY
          The hint key used to specify the retransmission period (in ms).
 
Fields inherited from interface org.objectweb.dream.protocol.messagePassing.MessagePassingProtocol
FROM_CHUNK_NAME
 
Fields inherited from interface org.objectweb.dream.protocol.Protocol
ITF_NAME, LOWER_PROTOCOL_ITF_NAME
 
Method Summary
 
Methods inherited from interface org.objectweb.dream.protocol.messagePassing.MessagePassingProtocol
export
 
Methods inherited from interface org.objectweb.dream.protocol.Protocol
createExportIdentifier
 

Field Detail

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.