public class Message
extends java.lang.Object
SocketProtocol
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KEY_ISREMOTERESULT
"isremoteresult" Property key for the validation property with String value "true" or "false".
|
static java.lang.String |
KEY_REMOTERESULTCODE
"remoteresultcode" Property key for the String value of the int statuscode.
|
static java.lang.String |
KEY_REMOTERESULTINFO
"remoteresultinfo" Property key for the String value of additional statusinfo, if any.
|
static java.lang.String |
msg_connected
"connected"
|
static java.lang.String |
msg_debug
"debug"
|
static java.lang.String |
msg_dispatchfile
"dispatchfile"
|
static java.lang.String |
msg_dispatchprops
"dispatchprops"
|
static java.lang.String |
msg_exception
"exception"
|
static java.lang.String |
msg_message
"message"
|
static java.lang.String |
msg_ready
"ready"
|
static java.lang.String |
msg_remoteshutdown
"remoteshutdown" -- a normal shutdown.
|
static java.lang.String |
msg_result
"result"
|
static java.lang.String |
msg_resultprops
"resultprops"
|
static java.lang.String |
msg_running
"running"
|
static java.lang.String |
msg_sep
":"
|
static java.lang.String |
msg_shutdown
"shutdown" -- usually reporting an unexpected shutdown.
|
static java.lang.String |
NULL_VALUE
"<_NULL_>" A non-null value representing a real null value.
|
static int |
shutdown_cause_controller |
static int |
shutdown_cause_device |
static int |
shutdown_cause_normal |
static int |
shutdown_cause_service |
static int |
STATUS_REMOTE_NOT_EXECUTED |
static java.lang.String |
STATUS_REMOTE_NOT_EXECUTED_STRING |
static int |
STATUS_REMOTERESULT_FAIL |
static java.lang.String |
STATUS_REMOTERESULT_FAIL_STRING |
static int |
STATUS_REMOTERESULT_OK |
static java.lang.String |
STATUS_REMOTERESULT_OK_STRING |
static int |
STATUS_REMOTERESULT_UNKNOWN |
static java.lang.String |
STATUS_REMOTERESULT_UNKNOWN_STRING |
static int |
STATUS_REMOTERESULT_WARN |
static java.lang.String |
STATUS_REMOTERESULT_WARN_STRING |
Constructor and Description |
---|
Message() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getStackTrace(java.lang.Throwable x)
Create a String from a Throwable suitable for debug output that provides
comparable information to x.printStackTrace();
|
public static final int STATUS_REMOTERESULT_UNKNOWN
public static final int STATUS_REMOTERESULT_WARN
public static final int STATUS_REMOTE_NOT_EXECUTED
public static final int STATUS_REMOTERESULT_FAIL
public static final int STATUS_REMOTERESULT_OK
public static final java.lang.String STATUS_REMOTERESULT_UNKNOWN_STRING
public static final java.lang.String STATUS_REMOTE_NOT_EXECUTED_STRING
public static final java.lang.String STATUS_REMOTERESULT_FAIL_STRING
public static final java.lang.String STATUS_REMOTERESULT_WARN_STRING
public static final java.lang.String STATUS_REMOTERESULT_OK_STRING
public static java.lang.String msg_sep
public static final java.lang.String msg_debug
public static final java.lang.String msg_exception
public static final java.lang.String msg_connected
public static final java.lang.String msg_ready
public static final java.lang.String msg_dispatchprops
public static final java.lang.String msg_dispatchfile
public static final java.lang.String msg_message
public static final java.lang.String msg_running
public static final java.lang.String msg_result
public static final java.lang.String msg_resultprops
public static final java.lang.String msg_remoteshutdown
public static final java.lang.String msg_shutdown
public static final int shutdown_cause_normal
public static final int shutdown_cause_service
public static final int shutdown_cause_device
public static final int shutdown_cause_controller
public static final java.lang.String KEY_ISREMOTERESULT
public static final java.lang.String KEY_REMOTERESULTCODE
public static final java.lang.String KEY_REMOTERESULTINFO
public static final java.lang.String NULL_VALUE
Copyright © SAS Institute. All Rights Reserved.