|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dimawo.middleware.communication.Message dimawo.WorkerMessage
public class WorkerMessage
WorkerMessage
to the WA it
instantiated.Constructor Summary | |
---|---|
WorkerMessage()
Instantiates a WorkerMessage . |
|
WorkerMessage(DAId t)
Instantiates a WorkerMessage and sets its destination. |
Method Summary |
---|
Methods inherited from class dimawo.middleware.communication.Message |
---|
enableWaitSent, getCallBack, getHandlerId, getRecipient, getSender, getSeqNum, isReliabilityFlagSet, setCallBack, setMessageSent, setRecipient, setReliabilityFlag, setSender, setSeqNum, waitMessageSent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkerMessage()
WorkerMessage
.
This constructor is generally used if the message will be sent using
connected mode (i.e. destination is imposed by the connection).
Communicator.asyncConnect(DAId, dimawo.middleware.communication.ConnectionRequestCallBack, dimawo.middleware.communication.outputStream.MOSCallBack, Object)
,
Communicator.syncConnect(DAId, dimawo.middleware.communication.outputStream.MOSCallBack)
,
MOSAccessorInterface
public WorkerMessage(DAId t)
WorkerMessage
and sets its destination.
This constructor is generally used when sending a datagram message.
t
- The destination of this message.Communicator.sendDatagramMessage(Message)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |