org.objectweb.dream.channel
Interface DestinationResolver
- All Known Implementing Classes:
- DestinationResolverChunkBasedImpl
public interface DestinationResolver
Interface used by ChannelOut to resolve the destination of messages.
Field Summary |
static String |
ITF_NAME
Default name for interfaces of this type. |
ITF_NAME
static final String ITF_NAME
- Default name for interfaces of this type.
- See Also:
- Constant Field Values
resolveDestination
ExportIdentifier resolveDestination(Message message)
throws PushException
- Return the
ExportIdentifier
which identifies the destination of the
given message.
- Parameters:
message
- a message.
- Returns:
- the destination identifier of the message.
- Throws:
PushException
- if something goes wrong.
Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.