|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
Message used to send a reroot request. More...

Public Member Functions | |
| RerootingMsg (String dest) | |
| Constructor. | |
| RerootingMsg () | |
| Empty constructor used for externalization. | |
| String | getDest () |
| void | readExternal (ObjectInput in) throws IOException, ClassNotFoundException |
| void | writeExternal (ObjectOutput out) throws IOException |
| String | toString () |
| Public Member Functions inherited from frodo2.communication.MessageWithPayload< T extends Serializable > | |
| MessageWithPayload () | |
| Empty constructor. | |
| MessageWithPayload (MessageType type, T payload) | |
| Constructor. | |
| MessageWithPayload< T > | clone () |
| T | getPayload () |
| void | setPayload (T payload) |
| Public Member Functions inherited from frodo2.communication.Message | |
| Message (MessageType type) | |
| Constructor. | |
| Message () | |
| Empty constructor. | |
| MessageType | getType () |
| void | fakeSerialize () |
| Pretends to serialize the message. | |
Additional Inherited Members | |
| Protected Attributes inherited from frodo2.communication.Message | |
| MessageType | type |
| The type of this message. | |
Message used to send a reroot request.
| frodo2.algorithms.dpop.privacy.RerootingMsg.RerootingMsg | ( | String | dest | ) |
Constructor.
| dest | the destination of this msg |
References frodo2.algorithms.dpop.privacy.SecureRerooting< C extends Addable< C >, E extends AddableLimited< C, E >.REROOTING_REQUEST_TYPE, and frodo2.communication.MessageWithPayload< T extends Serializable >.setPayload().

| frodo2.algorithms.dpop.privacy.RerootingMsg.RerootingMsg | ( | ) |
Empty constructor used for externalization.
| String frodo2.algorithms.dpop.privacy.RerootingMsg.getDest | ( | ) |
References frodo2.communication.MessageWithPayload< T extends Serializable >.getPayload().

| void frodo2.algorithms.dpop.privacy.RerootingMsg.readExternal | ( | ObjectInput | in | ) | throws IOException, ClassNotFoundException |
Reimplemented from frodo2.communication.MessageWithPayload< T extends Serializable >.
References frodo2.communication.MessageWithPayload< T extends Serializable >.setPayload().

| String frodo2.algorithms.dpop.privacy.RerootingMsg.toString | ( | ) |
Reimplemented from frodo2.communication.MessageWithPayload< T extends Serializable >.
References frodo2.communication.MessageWithPayload< T extends Serializable >.getPayload().

| void frodo2.algorithms.dpop.privacy.RerootingMsg.writeExternal | ( | ObjectOutput | out | ) | throws IOException |
Reimplemented from frodo2.communication.MessageWithPayload< T extends Serializable >.
References frodo2.communication.MessageWithPayload< T extends Serializable >.getPayload().
