org.commonreality.message.request
Interface IAcknowledgement

All Superinterfaces:
IMessage, java.io.Serializable
All Known Subinterfaces:
IConnectionAcknowledgement, IControlAcknowledgement, INewIdentifierAcknowledgement
All Known Implementing Classes:
BaseAcknowledgementMessage, ConnectionAcknowledgment, ControlAcknowledgement, NewIdentifierAcknowledgement

public interface IAcknowledgement
extends IMessage, java.io.Serializable

an acknowledgement of a request..

Author:
developer

Method Summary
 long getRequestMessageId()
          what was the id of the request message we are replying to
 
Methods inherited from interface org.commonreality.message.IMessage
copy, getMessageId, getSource
 

Method Detail

getRequestMessageId

long getRequestMessageId()
what was the id of the request message we are replying to

Returns: