|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.5) Part Number E13941-05 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.diagnostics.watch.WatchNotification
public class WatchNotification
This class defines a notification for a watch rule.
When a watch rule evaluates to true
, the notification is invoked.
The WatchManager creates an instance of this class and invokes the notification
listeners passing the WatchNotification.
The WatchNotification class contains information about the watch, including the watch name, the expression, the time the watch was evaluated, etc.
Method Summary | |
---|---|
String |
getMessage()
Gets the descriptive message. |
String |
getWatchAlarmResetPeriod()
Gets the alarm reset period. |
String |
getWatchAlarmType()
Gets the alarm type (none, manual reset, automatic reset). |
String |
getWatchDataToString()
Gets the event data that caused the watch to fire represented as a string. |
String |
getWatchDomainName()
Gets the domain of the watch. |
String |
getWatchName()
Gets the name of the watch that evaluated to true . |
String |
getWatchRule()
Gets the watch rule expression. |
String |
getWatchRuleType()
Gets the watch type, either harvester or event. |
String |
getWatchServerName()
Gets the server on which the watch evaluated to true. |
String |
getWatchSeverityLevel()
Gets the severity of the watch (logging severity). |
String |
getWatchTime()
Gets the time that the watch was evaluated (in milliseconds). |
String |
toString()
Returns a string representation of the watch. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getWatchName()
true
.
true
public String getWatchRuleType()
public String getWatchRule()
public String getWatchTime()
public String getWatchSeverityLevel()
public String getWatchAlarmType()
public String getWatchAlarmResetPeriod()
public String getWatchDomainName()
public String getMessage()
public String getWatchServerName()
true
public String getWatchDataToString()
public String toString()
toString
in class Object
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.5) Part Number E13941-05 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |