|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use i4MSMessageSender | |
|---|---|
| FourMS | |
| Uses of i4MSMessageSender in FourMS |
|---|
| Classes in FourMS that implement i4MSMessageSender | |
|---|---|
class |
SubAction
This class describes a dialogue which may take place between the 4MS and a client. |
| Fields in FourMS declared as i4MSMessageSender | |
|---|---|
private i4MSMessageSender |
MessagePoster.MessageOriginator
This is a reference to the object that sent the message in the first instance which will be informed when the message has either been delivered or not delivered |
| Methods in FourMS with parameters of type i4MSMessageSender | |
|---|---|
void |
MessagePoster.deliverMessage(byte[] MessageToSend,
i4MSMessageSender MessageInitiator,
int MessageSeqNo)
The purpose of this method is to send the string which represents a well formed 4MS message, to the 4MS microprocessor via the Port Server. |
boolean |
FourMSMessageHandler.sendMessage(int MessageType,
java.lang.String MessageToSend,
i4MSMessageSender MessageInitiator)
Builds a message packet suitable to be sent to the 4MS and then creates a MessagePoster object which will be responsible for delivering the message and handling the retries should not ACK be sent. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||