KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > monitor > MonitorNotification

javax.management.monitor
Class MonitorNotification

java.lang.Object
  extended by java.util.EventObject
      extended by javax.management.Notification
          extended by javax.management.monitor.MonitorNotification
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public Object getDerivedGauge()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getObservedAttribute()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ObjectName getObservedObject()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object getTrigger()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String OBSERVED_ATTRIBUTE_ERROR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String OBSERVED_ATTRIBUTE_TYPE_ERROR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String OBSERVED_OBJECT_ERROR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String RUNTIME_ERROR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String STRING_TO_COMPARE_VALUE_DIFFERED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String STRING_TO_COMPARE_VALUE_MATCHED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String THRESHOLD_ERROR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String THRESHOLD_HIGH_VALUE_EXCEEDED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String THRESHOLD_LOW_VALUE_EXCEEDED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String THRESHOLD_VALUE_EXCEEDED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags