public class BrokerServerLogEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
BrokerServerLogEntry()
Create a broker server log information object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a string with the server log entry in a form suitable for human viewing.
|
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
Copyright © 2002-2006 webMethods, Inc. Copyright © 2007-2021 Software AG Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.