|
webMethods Broker Administration Java API Version 9.5.1.0.171 091713 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCOM.activesw.api.client.BrokerServerLogEntry
public class BrokerServerLogEntry
This class is a data structure used to describe server log entry information.
Field Summary | |
---|---|
short |
entry_msg_id
The message id of this entry in the server log. |
java.lang.String |
entry_msg_text
The message text of this entry in the server log. |
short |
entry_type
The type of this entry in the server log. |
static int |
SERVER_LOG_MESSAGE_ALERT
|
static int |
SERVER_LOG_MESSAGE_INFO
|
static int |
SERVER_LOG_MESSAGE_UNKNOWN
|
static int |
SERVER_LOG_MESSAGE_WARNING
|
BrokerDate |
time_stamp
The date of this entry in the server log. |
Constructor Summary | |
---|---|
BrokerServerLogEntry()
Create a broker server log information object. |
Method Summary | |
---|---|
java.lang.String |
toString()
Returns a string with the server log entry in a form suitable for human viewing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int SERVER_LOG_MESSAGE_UNKNOWN
public static final int SERVER_LOG_MESSAGE_INFO
public static final int SERVER_LOG_MESSAGE_WARNING
public static final int SERVER_LOG_MESSAGE_ALERT
public BrokerDate time_stamp
public short entry_type
public short entry_msg_id
public java.lang.String entry_msg_text
Constructor Detail |
---|
public BrokerServerLogEntry()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
webMethods Broker Administration Java API Version 9.5.1.0.171 091713 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |