Please note that this translation of the specification is the result of a java.net community project ( https://jdk5-api-pt-br.dev.java.net/ ). The official version of the specification is the US English language version which can be found at http://java.sun.com/j2se/1.5.0/docs/api/. In case of disputes, the authoritative version of the specification is the original, English document.
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StringMonitorMBean
Exposes the remote management interface of the string monitor MBean.
| Method Summary | |
|---|---|
String |
getDerivedGauge()
Deprecated. As of JMX 1.2, replaced by getDerivedGauge(ObjectName) |
String |
getDerivedGauge(ObjectName object)
Gets the derived gauge for the specified MBean. |
long |
getDerivedGaugeTimeStamp()
Deprecated. As of JMX 1.2, replaced by getDerivedGaugeTimeStamp(ObjectName) |
long |
getDerivedGaugeTimeStamp(ObjectName object)
Gets the derived gauge timestamp for the specified MBean. |
boolean |
getNotifyDiffer()
Gets the differing notification's on/off switch value. |
boolean |
getNotifyMatch()
Gets the matching notification's on/off switch value. |
String |
getStringToCompare()
Gets the string to compare with the observed attribute. |
void |
setNotifyDiffer(boolean value)
Sets the differing notification's on/off switch value. |
void |
setNotifyMatch(boolean value)
Sets the matching notification's on/off switch value. |
void |
setStringToCompare(String value)
Sets the string to compare with the observed attribute. |
| Methods inherited from interface javax.management.monitor.MonitorMBean |
|---|
addObservedObject, containsObservedObject, getGranularityPeriod, getObservedAttribute, getObservedObject, getObservedObjects, isActive, removeObservedObject, setGranularityPeriod, setObservedAttribute, setObservedObject, start, stop |
| Method Detail |
|---|
@Deprecated String getDerivedGauge()
getDerivedGauge(ObjectName)
@Deprecated long getDerivedGaugeTimeStamp()
getDerivedGaugeTimeStamp(ObjectName)
String getDerivedGauge(ObjectName object)
object - the MBean for which the derived gauge is to be returned
null otherwise.long getDerivedGaugeTimeStamp(ObjectName object)
object - the MBean for which the derived gauge timestamp is to be returned
null otherwise.String getStringToCompare()
setStringToCompare(java.lang.String)
void setStringToCompare(String value)
throws IllegalArgumentException
value - The string value.
IllegalArgumentException - The specified
string to compare is null.getStringToCompare()boolean getNotifyMatch()
true if the string monitor notifies when
matching, false otherwise.setNotifyMatch(boolean)void setNotifyMatch(boolean value)
value - The matching notification's on/off switch value.getNotifyMatch()boolean getNotifyDiffer()
true if the string monitor notifies when
differing, false otherwise.setNotifyDiffer(boolean)void setNotifyDiffer(boolean value)
value - The differing notification's on/off switch value.getNotifyDiffer()
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
Copyright 2006 Sun Microsystems, Inc. Todos os direitos reservados. O uso está sujeito aos termos da licensa.