Package COM.activesw.api.client
Class BrokerServerLogEntry
java.lang.Object
COM.activesw.api.client.BrokerServerLogEntry
This class is a data structure used to describe server log entry information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionshort
The message id of this entry in the server log.The message text of this entry in the server log.short
The type of this entry in the server log.static final int
static final int
static final int
static final int
The date of this entry in the server log. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERVER_LOG_MESSAGE_UNKNOWN
public static final int SERVER_LOG_MESSAGE_UNKNOWN- See Also:
-
SERVER_LOG_MESSAGE_INFO
public static final int SERVER_LOG_MESSAGE_INFO- See Also:
-
SERVER_LOG_MESSAGE_WARNING
public static final int SERVER_LOG_MESSAGE_WARNING- See Also:
-
SERVER_LOG_MESSAGE_ALERT
public static final int SERVER_LOG_MESSAGE_ALERT- See Also:
-
time_stamp
The date of this entry in the server log. -
entry_type
public short entry_typeThe type of this entry in the server log. Valid values are BrokerServerLogEntry.SERVER_LOG_MESSAGE_*. -
entry_msg_id
public short entry_msg_idThe message id of this entry in the server log. -
entry_msg_text
The message text of this entry in the server log.
-
-
Constructor Details
-
BrokerServerLogEntry
public BrokerServerLogEntry()Create a broker server log information object.
-
-
Method Details