|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object javax.management.NotificationBroadcasterSupport javax.management.monitor.Monitor javax.management.monitor.StringMonitor
public class StringMonitor
定义设计用于观察字符串属性值的监视器 MBean。
字符串监视器将根据以下情况发送通知:
匹配通知
。必须将 notify match 标志设置为 true
。不同通知
。必须将 notify differ 标志设置为 true
。
字段摘要 |
---|
构造方法摘要 | |
---|---|
StringMonitor()
默认构造方法。 |
方法摘要 | |
---|---|
String |
getDerivedGauge()
已过时。 从 JMX 1.2 开始,由 getDerivedGauge(ObjectName) 取代 |
String |
getDerivedGauge(ObjectName object)
如果指定的对象包含在观察到的 MBeans 集中,则获取此对象的派生的尺度,否则将为 null 。 |
long |
getDerivedGaugeTimeStamp()
已过时。 从 JMX 1.2 开始,由 getDerivedGaugeTimeStamp(ObjectName) 取代 |
long |
getDerivedGaugeTimeStamp(ObjectName object)
如果指定的对象包含在观察到的 MBeans 集中,则获取此对象的派生尺度的时间戳,否则将为 null 。 |
MBeanNotificationInfo[] |
getNotificationInfo()
返回一个 NotificationInfo 对象,它包含通知的 Java 类的名称和由字符串监视器发送的通知类型。 |
boolean |
getNotifyDiffer()
获取所有观察到的 MBeans 共同的不同通知的开/关切换值。 |
boolean |
getNotifyMatch()
获取所有观察到的 MBeans 共同的匹配通知的开/关切换值。 |
String |
getStringToCompare()
获取要与所有观察到的 MBeans 的共同 observed 属性进行比较的字符串。 |
void |
setGranularityPeriod(long period)
设置粒度时段(以毫秒为单位)。 |
void |
setNotifyDiffer(boolean value)
设置所有观察到的 MBeans 共同的不同通知的开/关切换值。 |
void |
setNotifyMatch(boolean value)
设置所有观察到的 MBeans 共同的匹配通知的开/关切换值。 |
void |
setStringToCompare(String value)
设置要与所有观察到的 MBeans 的共同 observed 属性进行比较的字符串。 |
void |
start()
启动字符串监视器。 |
void |
stop()
停止字符串监视器。 |
从类 javax.management.monitor.Monitor 继承的方法 |
---|
addObservedObject, containsObservedObject, getGranularityPeriod, getObservedAttribute, getObservedObject, getObservedObjects, isActive, postDeregister, postRegister, preDeregister, preRegister, removeObservedObject, setObservedAttribute, setObservedObject |
从类 javax.management.NotificationBroadcasterSupport 继承的方法 |
---|
addNotificationListener, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
从接口 javax.management.monitor.MonitorMBean 继承的方法 |
---|
addObservedObject, containsObservedObject, getGranularityPeriod, getObservedAttribute, getObservedObject, getObservedObjects, isActive, removeObservedObject, setObservedAttribute, setObservedObject |
构造方法详细信息 |
---|
public StringMonitor()
方法详细信息 |
---|
public void start()
MonitorMBean
中的 start
Monitor
中的 start
public void stop()
MonitorMBean
中的 stop
Monitor
中的 stop
public void setGranularityPeriod(long period) throws IllegalArgumentException
MonitorMBean
中的 setGranularityPeriod
Monitor
中的 setGranularityPeriod
period
- 粒度时段值。
IllegalArgumentException
- 粒度时段小于或等于零。Monitor.setGranularityPeriod(long)
public String getDerivedGauge(ObjectName object)
null
。
StringMonitorMBean
中的 getDerivedGauge
object
- 需要其派生尺度的 MBean 的名称。
public long getDerivedGaugeTimeStamp(ObjectName object)
null
。
StringMonitorMBean
中的 getDerivedGaugeTimeStamp
object
- 需要其派生尺度时间戳的 MBean 的名称。
public String getDerivedGauge()
getDerivedGauge(ObjectName)
取代
StringMonitorMBean
中的 getDerivedGauge
@Deprecated public long getDerivedGaugeTimeStamp()
getDerivedGaugeTimeStamp(ObjectName)
取代
StringMonitorMBean
中的 getDerivedGaugeTimeStamp
public String getStringToCompare()
StringMonitorMBean
中的 getStringToCompare
setStringToCompare(java.lang.String)
public void setStringToCompare(String value) throws IllegalArgumentException
StringMonitorMBean
中的 setStringToCompare
value
- 字符串值。
IllegalArgumentException
- 要比较的指定字符串为 null。getStringToCompare()
public boolean getNotifyMatch()
StringMonitorMBean
中的 getNotifyMatch
true
,否则返回 false
。setNotifyMatch(boolean)
public void setNotifyMatch(boolean value)
StringMonitorMBean
中的 setNotifyMatch
value
- 匹配通知的开/关切换值。getNotifyMatch()
public boolean getNotifyDiffer()
StringMonitorMBean
中的 getNotifyDiffer
true
,否则返回 false
。setNotifyDiffer(boolean)
public void setNotifyDiffer(boolean value)
StringMonitorMBean
中的 setNotifyDiffer
value
- 不同通知的开/关切换值。getNotifyDiffer()
public MBeanNotificationInfo[] getNotificationInfo()
NotificationInfo
对象,它包含通知的 Java 类的名称和由字符串监视器发送的通知类型。
NotificationBroadcaster
中的 getNotificationInfo
NotificationBroadcasterSupport
中的 getNotificationInfo
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。