KickJava   Java API By Example, From Geeks To Geeks.

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

javax.management.monitor
Class StringMonitor

java.lang.Object
  extended by javax.management.NotificationBroadcasterSupport
      extended by javax.management.monitor.Monitor
          extended by javax.management.monitor.StringMonitor
All Implemented Interfaces:
MBeanRegistration, MonitorMBean, StringMonitorMBean, NotificationBroadcaster, NotificationEmitter
See Also:
Top Examples, Source Code, differ notification, match notification

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


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


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


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


public MBeanNotificationInfo[] getNotificationInfo()
See Also:
NotificationBroadcasterSupport, NotificationBroadcaster
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


public void setGranularityPeriod(long period)
                          throws IllegalArgumentException
See Also:
Monitor, MonitorMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


public void start()
See Also:
Monitor, MonitorMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void stop()
See Also:
Monitor, MonitorMBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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

Popular Tags