public class MessageUtil extends JavaSocketsUtils
This class defines the message syntax that will be used by the local and remote SocketProtocol objects to ultimately communicate with a "remote" Android device or emulator being tested.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MSG_ENGINE_COMMENT
"comment"
Message sent by remote client to route a log comment message to
a local controller.
|
static java.lang.String |
MSG_ENGINE_DETAIL
"detail"
Message sent by remote client to route a comment detail message to
a local controller.
|
static java.lang.String |
MSG_ENGINE_SPCMAP
"spcmap"
Message sent by remote Process Container client to route message to
a local Process Container App Map File output.
|
static java.lang.String |
MSG_ENGINE_SPCOUT
"spcout"
Message sent by remote Process Container client to route message to
a local Process Container Object Info/File.
|
KEY_LOGCOMMENT, KEY_LOGCOMMENT_FAILED, KEY_LOGCOMMENT_GENERIC, KEY_LOGCOMMENT_PARAMS, KEY_LOGDETAIL, KEY_LOGDETAIL_FAILED, KEY_LOGDETAIL_GENERIC, KEY_LOGDETAIL_PARAMS, KEY_LOGTYPE, LOGTYPE_FAILED_MESSAGE, LOGTYPE_FAILED_OK_MESSAGE, LOGTYPE_GENERIC_MESSAGE, LOGTYPE_PASSED_MESSAGE, LOGTYPE_WARNING_MESSAGE, LOGTYPE_WARNING_OK_MESSAGE
KEY_ISREMOTERESULT, KEY_REMOTERESULTCODE, KEY_REMOTERESULTINFO, msg_connected, msg_debug, msg_dispatchfile, msg_dispatchprops, msg_exception, msg_message, msg_ready, msg_remoteshutdown, msg_result, msg_resultprops, msg_running, msg_sep, msg_shutdown, NULL_VALUE, shutdown_cause_controller, shutdown_cause_device, shutdown_cause_normal, shutdown_cause_service, STATUS_REMOTE_NOT_EXECUTED, STATUS_REMOTE_NOT_EXECUTED_STRING, STATUS_REMOTERESULT_FAIL, STATUS_REMOTERESULT_FAIL_STRING, STATUS_REMOTERESULT_OK, STATUS_REMOTERESULT_OK_STRING, STATUS_REMOTERESULT_UNKNOWN, STATUS_REMOTERESULT_UNKNOWN_STRING, STATUS_REMOTERESULT_WARN, STATUS_REMOTERESULT_WARN_STRING
Constructor and Description |
---|
MessageUtil() |
getStackTrace
public static final java.lang.String MSG_ENGINE_SPCOUT
Example message: "spcout:Text=Text in the Box"
public static final java.lang.String MSG_ENGINE_SPCMAP
Example message: "spcmap:Comp=Class=EditBox;Index=1"
public static final java.lang.String MSG_ENGINE_COMMENT
Example message: "comment:Attempt to perform the action failed."
public static final java.lang.String MSG_ENGINE_DETAIL
Example message: "detail:The object for the action was not found."
Copyright © SAS Institute. All Rights Reserved.