| Package | Description |
|---|---|
| peersim.symphony |
| Modifier and Type | Method and Description |
|---|---|
Message.MessageType |
Message.getType() |
static Message.MessageType |
Message.MessageType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Message.MessageType[] |
Message.MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Message(java.lang.Object body,
peersim.core.Node src,
Message.MessageType type) |