Module  java.management

Class StringMonitor

  • All Implemented Interfaces:
    MBeanRegistrationMonitorMBeanStringMonitorMBeanNotificationBroadcasterNotificationEmitter


    public class StringMonitor
    extends Monitor
    implements StringMonitorMBean
    定义一个监视器MBean,用于观察字符串属性的值。

    字符串监视器发送通知如下:

    • 如果属性值与要比较值的字符串匹配,则发送一个match notification 通知匹配标志必须设置为true
      字符串到比较值的后续匹配不会导致进一步的通知,除非属性值与字符串比较值不同。
    • 如果属性值与字符串与比较值不同,则发送differ notification 通知不同标志必须设置为true
      从字符串到比较值的后续差异不会导致进一步的通知,除非属性值与要比较值的字符串匹配。
    从以下版本开始:
    1.5