public class TextMessageImpl extends IpssMessageAdapter
Modifier and Type | Field and Description |
---|---|
static byte |
TYPE_DEBUG |
static byte |
TYPE_ERROR |
static byte |
TYPE_INFO |
static byte |
TYPE_MSG |
static byte |
TYPE_STATUS |
static byte |
TYPE_WARN |
msgStr, msgType
Constructor and Description |
---|
TextMessageImpl()
constructor
|
TextMessageImpl(byte type,
java.lang.String msg)
constructor
|
getMsgString, getType
public static final byte TYPE_MSG
public static final byte TYPE_DEBUG
public static final byte TYPE_INFO
public static final byte TYPE_STATUS
public static final byte TYPE_WARN
public static final byte TYPE_ERROR