|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
Message sent and received by UTILreuse module during warm restarts. More...

Public Member Functions | |
| Token () | |
| Empty constructor. | |
| void | writeExternal (ObjectOutput out) throws IOException |
| void | readExternal (ObjectInput in) throws IOException, ClassNotFoundException |
| Token (String sender) | |
| Constructor. | |
| String | getSender () |
| String | toString () |
| Public Member Functions inherited from frodo2.communication.Message | |
| Message (MessageType type) | |
| Constructor. | |
| Message () | |
| Empty constructor. | |
| MessageType | getType () |
| void | fakeSerialize () |
| Pretends to serialize the message. | |
Private Attributes | |
| String | sender |
| The sender variable. | |
Additional Inherited Members | |
| Protected Attributes inherited from frodo2.communication.Message | |
| MessageType | type |
| The type of this message. | |
Message sent and received by UTILreuse module during warm restarts.
| frodo2.algorithms.dpop.restart.Token.Token | ( | ) |
Empty constructor.
References frodo2.algorithms.dpop.restart.UTILreuse.REUSE_MSG_TYPE.
| frodo2.algorithms.dpop.restart.Token.Token | ( | String | sender | ) |
Constructor.
| sender | the sender variable |
References frodo2.algorithms.dpop.restart.UTILreuse.REUSE_MSG_TYPE, and sender.
| String frodo2.algorithms.dpop.restart.Token.getSender | ( | ) |
References sender.
Referenced by frodo2.algorithms.dpop.restart.UTILreuse.notifyIn().
| void frodo2.algorithms.dpop.restart.Token.readExternal | ( | ObjectInput | in | ) | throws IOException, ClassNotFoundException |
Reimplemented from frodo2.communication.Message.
| String frodo2.algorithms.dpop.restart.Token.toString | ( | ) |
Reimplemented from frodo2.communication.Message.
| void frodo2.algorithms.dpop.restart.Token.writeExternal | ( | ObjectOutput | out | ) | throws IOException |
Reimplemented from frodo2.communication.Message.
|
private |
The sender variable.
Referenced by getSender(), and Token().