📄 monitornotification.html
字号:
<TD><B>Methods inherited from class javax.management.<A HREF="../../../javax/management/Notification.html" title="class in javax.management">Notification</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../javax/management/Notification.html#getMessage()">getMessage</A>, <A HREF="../../../javax/management/Notification.html#getSequenceNumber()">getSequenceNumber</A>, <A HREF="../../../javax/management/Notification.html#getTimeStamp()">getTimeStamp</A>, <A HREF="../../../javax/management/Notification.html#getType()">getType</A>, <A HREF="../../../javax/management/Notification.html#getUserData()">getUserData</A>, <A HREF="../../../javax/management/Notification.html#setSequenceNumber(long)">setSequenceNumber</A>, <A HREF="../../../javax/management/Notification.html#setSource(java.lang.Object)">setSource</A>, <A HREF="../../../javax/management/Notification.html#setTimeStamp(long)">setTimeStamp</A>, <A HREF="../../../javax/management/Notification.html#setUserData(java.lang.Object)">setUserData</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.util.EventObject"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.util.<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/EventObject.html" title="class or interface in java.util">EventObject</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/EventObject.html#getSource()" title="class or interface in java.util">getSource</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/EventObject.html#toString()" title="class or interface in java.util">toString</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Field Detail</B></FONT></TD></TR></TABLE><A NAME="OBSERVED_OBJECT_ERROR"><!-- --></A><H3>OBSERVED_OBJECT_ERROR</H3><PRE>public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>OBSERVED_OBJECT_ERROR</B></PRE><DL><DD>Notification type denoting that the observed object is not registered in the MBean server. This notification is fired by all kinds of monitors. <BR>The value of this notification type is <CODE>jmx.monitor.error.mbean</CODE>.<P><DL></DL></DL><HR><A NAME="OBSERVED_ATTRIBUTE_ERROR"><!-- --></A><H3>OBSERVED_ATTRIBUTE_ERROR</H3><PRE>public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>OBSERVED_ATTRIBUTE_ERROR</B></PRE><DL><DD>Notification type denoting that the observed attribute is not contained in the observed object. This notification is fired by all kinds of monitors. <BR>The value of this notification type is <CODE>jmx.monitor.error.attribute</CODE>.<P><DL></DL></DL><HR><A NAME="OBSERVED_ATTRIBUTE_TYPE_ERROR"><!-- --></A><H3>OBSERVED_ATTRIBUTE_TYPE_ERROR</H3><PRE>public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>OBSERVED_ATTRIBUTE_TYPE_ERROR</B></PRE><DL><DD>Notification type denoting that the type of the observed attribute is not correct. This notification is fired by all kinds of monitors. <BR>The value of this notification type is <CODE>jmx.monitor.error.type</CODE>.<P><DL></DL></DL><HR><A NAME="THRESHOLD_ERROR"><!-- --></A><H3>THRESHOLD_ERROR</H3><PRE>public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>THRESHOLD_ERROR</B></PRE><DL><DD>Notification type denoting that the type of the thresholds, offset or modulus is not correct. This notification is fired by counter and gauge monitors. <BR>The value of this notification type is <CODE>jmx.monitor.error.threshold</CODE>.<P><DL></DL></DL><HR><A NAME="RUNTIME_ERROR"><!-- --></A><H3>RUNTIME_ERROR</H3><PRE>public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>RUNTIME_ERROR</B></PRE><DL><DD>Notification type denoting that a non-predefined error type has occurred when trying to get the value of the observed attribute. This notification is fired by all kinds of monitors. <BR>The value of this notification type is <CODE>jmx.monitor.error.runtime</CODE>.<P><DL></DL></DL><HR><A NAME="THRESHOLD_VALUE_EXCEEDED"><!-- --></A><H3>THRESHOLD_VALUE_EXCEEDED</H3><PRE>public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>THRESHOLD_VALUE_EXCEEDED</B></PRE><DL><DD>Notification type denoting that the observed attribute has reached the threshold value. This notification is only fired by counter monitors. <BR>The value of this notification type is <CODE>jmx.monitor.counter.threshold</CODE>.<P><DL></DL></DL><HR><A NAME="THRESHOLD_HIGH_VALUE_EXCEEDED"><!-- --></A><H3>THRESHOLD_HIGH_VALUE_EXCEEDED</H3><PRE>public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>THRESHOLD_HIGH_VALUE_EXCEEDED</B></PRE><DL><DD>Notification type denoting that the observed attribute has exceeded the threshold high value. This notification is only fired by gauge monitors. <BR>The value of this notification type is <CODE>jmx.monitor.gauge.high</CODE>.<P><DL></DL></DL><HR><A NAME="THRESHOLD_LOW_VALUE_EXCEEDED"><!-- --></A><H3>THRESHOLD_LOW_VALUE_EXCEEDED</H3><PRE>public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>THRESHOLD_LOW_VALUE_EXCEEDED</B></PRE><DL><DD>Notification type denoting that the observed attribute has exceeded the threshold low value. This notification is only fired by gauge monitors. <BR>The value of this notification type is <CODE>jmx.monitor.gauge.low</CODE>.<P><DL></DL></DL><HR><A NAME="STRING_TO_COMPARE_VALUE_MATCHED"><!-- --></A><H3>STRING_TO_COMPARE_VALUE_MATCHED</H3><PRE>public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>STRING_TO_COMPARE_VALUE_MATCHED</B></PRE><DL><DD>Notification type denoting that the observed attribute has matched the "string to compare" value. This notification is only fired by string monitors. <BR>The value of this notification type is <CODE>jmx.monitor.string.matches</CODE>.<P><DL></DL></DL><HR><A NAME="STRING_TO_COMPARE_VALUE_DIFFERED"><!-- --></A><H3>STRING_TO_COMPARE_VALUE_DIFFERED</H3><PRE>public static final <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>STRING_TO_COMPARE_VALUE_DIFFERED</B></PRE><DL><DD>Notification type denoting that the observed attribute has differed from the "string to compare" value. This notification is only fired by string monitors. <BR>The value of this notification type is <CODE>jmx.monitor.string.differs</CODE>.<P><DL></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="getObservedObject()"><!-- --></A><H3>getObservedObject</H3><PRE>public <A HREF="../../../javax/management/ObjectName.html" title="class in javax.management">ObjectName</A> <B>getObservedObject</B>()</PRE><DL><DD>Gets the observed object of this monitor notification.<P><DD><DL><DT><B>Returns:</B><DD>The observed object.</DL></DD></DL><HR><A NAME="getObservedAttribute()"><!-- --></A><H3>getObservedAttribute</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getObservedAttribute</B>()</PRE><DL><DD>Gets the observed attribute of this monitor notification.<P><DD><DL><DT><B>Returns:</B><DD>The observed attribute.</DL></DD></DL><HR><A NAME="getDerivedGauge()"><!-- --></A><H3>getDerivedGauge</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>getDerivedGauge</B>()</PRE><DL><DD>Gets the derived gauge of this monitor notification.<P><DD><DL><DT><B>Returns:</B><DD>The derived gauge.</DL></DD></DL><HR><A NAME="getTrigger()"><!-- --></A><H3>getTrigger</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>getTrigger</B>()</PRE><DL><DD>Gets the threshold/string (depending on the monitor type) that triggered off this monitor notification.<P><DD><DL><DT><B>Returns:</B><DD>The trigger.</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Ent. Ed. v1.4</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../javax/management/monitor/Monitor.html" title="class in javax.management.monitor"><B>PREV CLASS</B></A> <A HREF="../../../javax/management/monitor/StringMonitor.html" title="class in javax.management.monitor"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="MonitorNotification.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR><font size="-1"><a href="http://java.sun.com/webapps/bugreport">Submit a bug or feature</a> <p>Copyright 2003 Sun Microsystems, Inc. All rights reserved.</font></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -