KickJava   Java API By Example, From Geeks To Geeks.

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

javax.management.monitor
Interface StringMonitorMBean

All Superinterfaces:
MonitorMBean
All Known Implementing Classes:
StringMonitor
See Also:
Source Code

@Deprecated
String getDerivedGauge()
See Also:
getDerivedGauge(ObjectName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getDerivedGauge(ObjectName object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
long getDerivedGaugeTimeStamp()
See Also:
getDerivedGaugeTimeStamp(ObjectName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


long getDerivedGaugeTimeStamp(ObjectName object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean getNotifyDiffer()
See Also:
setNotifyDiffer(boolean)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean getNotifyMatch()
See Also:
setNotifyMatch(boolean)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getStringToCompare()
See Also:
setStringToCompare(java.lang.String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void setNotifyDiffer(boolean value)
See Also:
getNotifyDiffer()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void setNotifyMatch(boolean value)
See Also:
getNotifyMatch()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void setStringToCompare(String value)
                        throws IllegalArgumentException
See Also:
getStringToCompare()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags