public class Result
extends java.lang.Object
Constructor and Description |
---|
Result() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getResultMessage(int resultCode) |
public static final int RESULT_OK
public static final int RESULT_UNKNOWN_ERROR
public static final int RESULT_SERVER_NOT_YET_REGISTERED
public static final int RESULT_SERVER_REGNAME_ALREADY_REGISTERED
public static final int RESULT_OTHER_SERVER_ALREADY_REGISTERED
public static final int RESULT_SERVER_ID_NOT_MATCH
public static final int RESULT_CHANNEL_ALREADY_CONNECTED
public static final int RESULT_CHANNEL_IS_NOT_AVAILABLE
public static final int RESULT_NETWORK_IS_NOT_AVAILABLE
public static final int RESULT_INVALID_ARGUMENT
public static final java.lang.String RESULT_OK_MSG
public static final java.lang.String RESULT_UNKNOWN_ERROR_MSG
public static final java.lang.String RESULT_SERVER_NOT_YET_REGISTERED_MSG
public static final java.lang.String RESULT_SERVER_REGNAME_ALREADY_REGISTERED_MSG
public static final java.lang.String RESULT_OTHER_SERVER_ALREADY_REGISTERED_MSG
public static final java.lang.String RESULT_SERVER_ID_NOT_MATCH_MSG
public static final java.lang.String RESULT_CHANNEL_ALREADY_CONNECTED_MSG
public static final java.lang.String RESULT_CHANNEL_IS_NOT_AVAILABLE_MSG
public static final java.lang.String RESULT_NETWORK_IS_NOT_AVAILABLE_MSG
public static final java.lang.String RESULT_INVALID_ARGUMENT_MSG