FourMS
Interface i4MSMessageSender
- All Known Implementing Classes:
- SubAction
public interface i4MSMessageSender
This is the interface that must be implemented by each class which
is expected to send a message using the 4MS message handler
object. This defines an interface with which the message handler
will inform the sender after a message that has been sent on it's
behalf has been successfully sent and ACKed by the receiver or
could not be sent.
- Author:
- Craige Bevil
Method Summary |
void |
informMessageDeliveryStatus(boolean DeliveredSuccessfully,
java.lang.String OriginalMessage)
This will be used to inform the sender of the message of the
final status of the attempt at sending the message which it
requested to have delivered. |
informMessageDeliveryStatus
void informMessageDeliveryStatus(boolean DeliveredSuccessfully,
java.lang.String OriginalMessage)
- This will be used to inform the sender of the message of the
final status of the attempt at sending the message which it
requested to have delivered.
- Parameters:
DeliveredSuccessfully
- - True if the message was successfully acknowledged by the receiver, false otherwiseOriginalMessage
- - This is the original message that was sent