|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
javax.management.Notification
org.jboss.monitor.JBossMonitorNotification
org.jboss.monitor.StringThresholdNotification
public class StringThresholdNotification
Comment
Field Summary | |
---|---|
static String |
THRESHOLD
|
static String |
TRIGGERED_ATTRIBUTE_VALUE
|
Fields inherited from class org.jboss.monitor.JBossMonitorNotification |
---|
attribute, ATTRIBUTE, MONITOR_NAME, MONITOR_OBJECT_NAME, monitorName, monitorObjectName, NOTIFICATION_TYPE, OBSERVED_OBJECT, observedObject |
Fields inherited from class javax.management.Notification |
---|
source |
Constructor Summary | |
---|---|
StringThresholdNotification(String monitorName,
ObjectName monitorObjectName,
ObjectName observedObject,
String attribute,
String value,
String threshold,
boolean equality,
long sequenceNumber)
|
Method Summary | |
---|---|
boolean |
getEquality()
|
String |
getThreshold()
|
String |
getValue()
|
Map |
substitutionMap()
Return a substitution map that can be used by org.jboss.util.Strings.subst to create a printable alert message. |
Methods inherited from class org.jboss.monitor.JBossMonitorNotification |
---|
getAttribute, getMonitorName, getMonitorObjectName, getObservedObject |
Methods inherited from class javax.management.Notification |
---|
getMessage, getSequenceNumber, getTimeStamp, getType, 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 |
Field Detail |
---|
public static final String TRIGGERED_ATTRIBUTE_VALUE
public static final String THRESHOLD
Constructor Detail |
---|
public StringThresholdNotification(String monitorName, ObjectName monitorObjectName, ObjectName observedObject, String attribute, String value, String threshold, boolean equality, long sequenceNumber)
Method Detail |
---|
public String getValue()
public String getThreshold()
public boolean getEquality()
public Map substitutionMap()
substitutionMap
in class JBossMonitorNotification
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |