org.objectweb.dream.protocol.bus.logicalClock
Interface LogicalClockBusProtocol

All Superinterfaces:
BusProtocol, Protocol
All Known Implementing Classes:
ProtocolImpl

public interface LogicalClockBusProtocol
extends BusProtocol

Convenience interface for logical clock bus protocol.


Field Summary
static String CLOCK_TYPE_HINT_KEY
          The hint value used by Protocol.createExportIdentifier(java.util.Map, ExportIdentifier[]) to specify the clock type.
static String LOGICAL_CLOCK_CHUNK_NAME_HINT_TYPE
          The hint value used by Protocol.createExportIdentifier(java.util.Map, ExportIdentifier[]) to specify the chunk name.
 
Fields inherited from interface org.objectweb.dream.protocol.bus.BusProtocol
LOCAL_ADDRESS_HINT_KEY
 
Fields inherited from interface org.objectweb.dream.protocol.Protocol
ITF_NAME, LOWER_PROTOCOL_ITF_NAME
 
Method Summary
 LogicalClockExportIdentifier createExportIdentifier(int clockType, String chunkName, ExportIdentifier lowerId)
          Utility method
 
Methods inherited from interface org.objectweb.dream.protocol.bus.BusProtocol
bind
 
Methods inherited from interface org.objectweb.dream.protocol.Protocol
createExportIdentifier
 

Field Detail

CLOCK_TYPE_HINT_KEY

static final String CLOCK_TYPE_HINT_KEY
The hint value used by Protocol.createExportIdentifier(java.util.Map, ExportIdentifier[]) to specify the clock type.

See Also:
Constant Field Values

LOGICAL_CLOCK_CHUNK_NAME_HINT_TYPE

static final String LOGICAL_CLOCK_CHUNK_NAME_HINT_TYPE
The hint value used by Protocol.createExportIdentifier(java.util.Map, ExportIdentifier[]) to specify the chunk name.

See Also:
Constant Field Values
Method Detail

createExportIdentifier

LogicalClockExportIdentifier createExportIdentifier(int clockType,
                                                    String chunkName,
                                                    ExportIdentifier lowerId)
Utility method

See Also:
Protocol.createExportIdentifier(java.util.Map, ExportIdentifier[])


Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.