org.objectweb.dream.protocol.channel
Interface MultiplexExportProtocol

All Superinterfaces:
ChannelProtocol, Protocol
All Known Implementing Classes:
MultiplexExportProtocolImpl

public interface MultiplexExportProtocol
extends ChannelProtocol

Defines constants used as hints key that can be given to a MultiplexExportProtocol.


Field Summary
static String ROUTE_ID
          Key name for value used by the Protocol.createExportIdentifier(java.util.Map, org.objectweb.dream.protocol.ExportIdentifier[]) method to specify the route identifier used to created the MultiplexExportIdentifier The value associated with this key must be a Number
 
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.channel.ChannelProtocol
bind, export, unexport
 
Methods inherited from interface org.objectweb.dream.protocol.Protocol
createExportIdentifier
 

Field Detail

ROUTE_ID

static final String ROUTE_ID
Key name for value used by the Protocol.createExportIdentifier(java.util.Map, org.objectweb.dream.protocol.ExportIdentifier[]) method to specify the route identifier used to created the MultiplexExportIdentifier The value associated with this key must be a Number

See Also:
Constant Field Values


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