com.cafesoft.core.message
Interface EndPoint

All Known Subinterfaces:
MessageReceiver, MessageSender, MessageService
All Known Implementing Classes:
EndPointRegistrationMessageService, RemoteEndPoint, StandardMessageReceiver, StandardMessageSender

public interface EndPoint

Represents the origination of a Message or the final destination of a Message. Each EndPoint has an identifier to distinguish it from other EndPoints in the scope within which it is managed.

This interface is useful for creating multi-purpose collections for managing MessageReceivers and MessageSenders.

Since:
2/26/02

Method Summary
 int getId()
          Get the EndPoint identifier.
 

Method Detail

getId

public int getId()
Get the EndPoint identifier.

Returns:
the EndPoint identifier


Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.