public class ShutdownMessage extends Message
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACTION
The name used for the action field in
Message. |
| Constructor and Description |
|---|
ShutdownMessage()
Default constructor.
|
ShutdownMessage(ShutdownReason reason)
Convenience constructor.
|
public static final java.lang.String ACTION
Message.public ShutdownMessage()
public ShutdownMessage(ShutdownReason reason)
reason - The reason.