|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject javax.management.Notification weblogic.management.logging.WebLogicLogNotification
This class is the type of Notifications which are generated by the LogBroadcasterRuntimeMBean in the server for log messages. JMX notification listeners registering to LogBroadcasterRuntimeMBean get a notification of this type when their handleNotification() methods are invoked. The getters on this class return the respective fields (as indicated by the name) of the log message on behalf of which this notification was created.
LogBroadcasterRuntimeMBean
,
NotificationListener
,
NotificationBroadcaster
,
Serialized FormField Summary |
Fields inherited from class javax.management.Notification |
source |
Method Summary | |
String |
getDiagnosticContextId()
Gets the diagnostic context id associated with the log event. |
String |
getId()
Returns the full message id from the log entry. |
String |
getMachineName()
Gets the machineName attribute of the WebLogicLogNotification object |
int |
getMessageId()
Server log message ids are of the form [prefix-]id, where the prefix for WLS messages is "BEA", eg BEA-123456. |
String |
getMessageIdString()
Returns the numeric id as a 6 digit string. |
String |
getServername()
Gets the servername attribute of the WebLogicLogNotification object |
int |
getSeverity()
Gets the severity attribute of the WebLogicLogNotification object |
String |
getSubsystem()
Identifies the subsystem responsible for logging the message. |
String |
getThreadId()
Gets the threadId attribute of the WebLogicLogNotification object |
Throwable |
getThrowable()
Gets the throwable attribute of the WebLogicLogNotification object |
String |
getTransactionId()
Gets the transactionId attribute of the WebLogicLogNotification object |
String |
getType()
This returns the notification type, as defined by JMX. |
String |
getUserId()
Gets the userId attribute of the WebLogicLogNotification object |
int |
getVersion()
Returns the version number for this WebLogicLogNotification. |
Methods inherited from class javax.management.Notification |
getMessage, getSequenceNumber, getTimeStamp, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public String getDiagnosticContextId()
public String getId()
public String getMachineName()
public int getMessageId()
public String getMessageIdString()
getId()
. Otherwise, the returned value is the
id with the prefix removed.
public String getServername()
public int getSeverity()
public String getSubsystem()
public String getThreadId()
public Throwable getThrowable()
public String getTransactionId()
public String getType()
getMessageId()
method.
The getId()
method can be used to obtain the logged version of the id.
To obtain the subsystem identifier, the getSubsystem()
method is recommended.
public String getUserId()
public final int getVersion()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |