org.objectweb.dream.protocol
Interface ExportIdentifier
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- BusExportIdentifier, IPExportIdentifier, LogicalClockExportIdentifier, MultiplexExportIdentifier
public interface ExportIdentifier
- extends Serializable
A name which identifies an exported interface.
EMPTY_EXPORT_IDENTIFIER_ARRAY
static final ExportIdentifier[] EMPTY_EXPORT_IDENTIFIER_ARRAY
- An empty export identifier array.
getNextExportIds
ExportIdentifier[] getNextExportIds()
- Returns an array of identifiers corresponding to lower level protocol
layers, if any.
- Returns:
- an array of identifiers corresponding to lower level protocol
layers. If their is no lower level protocol layer, returns an empty
array.
Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.