Method Summary |
|
public String | getDerivedGauge() This method gets the value of the derived gauge. |
public long | getDerivedGaugeTimeStamp() This method gets the value of the derived gauge time stamp.The derived
gauge time stamp is the value(in the nearest miliseconds) when the
notification was triggered. |
public MBeanNotificationInfo[] | getNotificationInfo() |
public boolean | getNotifyDiffer() This method sets the differing notification's on/off switch value. |
public boolean | getNotifyMatch() This method gets the matching notification's on/off switch value. |
public String | getStringToCompare() This method gets the string to compare with the observed attribute. |
public ObjectName | preRegister(MBeanServer server, ObjectName name) Overriding the preRegister() of MBeanRegistration interface to store
the ObjectName locally. |
public void | setNotifyDiffer(boolean value) This method sets the differing notification's on/off switch value. |
public void | setNotifyMatch(boolean value) This method sets the matching notification's on/off switch value. |
public void | setStringToCompare(String value) This method sets the string to compare with the observed attribute. |
public void | start() This method starts the String Monitor. |
public void | stop() This method stops the String Monitor. |