public class ShutdownMessage extends Message
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION
The name used for the action field in
Message. |
| Constructor and Description |
|---|
ShutdownMessage()
Default constructor.
|
ShutdownMessage(ShutdownReason reason)
Convenience constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getReason() |
void |
setReason(String reason) |
public static final String ACTION
Message.public ShutdownMessage()
public ShutdownMessage(ShutdownReason reason)
reason - The reason.Copyright © 2016. All rights reserved.