public interface StringMonitorMBean extends MonitorMBean
修飾子と型 | メソッドと説明 |
---|---|
String |
getDerivedGauge()
非推奨。
JMX 1.2以降は、
getDerivedGauge(ObjectName) に置き換えられています。 |
String |
getDerivedGauge(ObjectName object)
指定されたMBeanの派生ゲージを取得します。
|
long |
getDerivedGaugeTimeStamp()
非推奨。
JMX 1.2以降は、
getDerivedGaugeTimeStamp(ObjectName) に置き換えられています。 |
long |
getDerivedGaugeTimeStamp(ObjectName object)
指定されたMBeanの派生ゲージのタイムスタンプを取得します。
|
boolean |
getNotifyDiffer()
差分通知のオン/オフ・スイッチ値を取得します。
|
boolean |
getNotifyMatch()
一致通知のオン/オフ・スイッチ値を取得します。
|
String |
getStringToCompare()
監視対象の属性と比較する文字列を取得します。
|
void |
setNotifyDiffer(boolean value)
差分通知のオン/オフ・スイッチ値を設定します。
|
void |
setNotifyMatch(boolean value)
一致通知のオン/オフ・スイッチ値を設定します。
|
void |
setStringToCompare(String value)
監視対象の属性と比較する文字列を設定します。
|
addObservedObject, containsObservedObject, getGranularityPeriod, getObservedAttribute, getObservedObject, getObservedObjects, isActive, removeObservedObject, setGranularityPeriod, setObservedAttribute, setObservedObject, start, stop
@Deprecated String getDerivedGauge()
getDerivedGauge(ObjectName)
に置き換えられています。@Deprecated long getDerivedGaugeTimeStamp()
getDerivedGaugeTimeStamp(ObjectName)
に置き換えられています。String getDerivedGauge(ObjectName object)
object
- MBean。このMBeanの派生ゲージが返されるnull
。long getDerivedGaugeTimeStamp(ObjectName object)
object
- MBean。このMBeanの派生ゲージのタイムスタンプが返されるnull
。String getStringToCompare()
setStringToCompare(java.lang.String)
void setStringToCompare(String value) throws IllegalArgumentException
value
- 文字列値。IllegalArgumentException
- 比較のために指定された文字列がnullの場合。getStringToCompare()
boolean getNotifyMatch()
true
、そうでない場合はfalse
。setNotifyMatch(boolean)
void setNotifyMatch(boolean value)
value
- 一致通知のオン/オフ・スイッチ値。getNotifyMatch()
boolean getNotifyDiffer()
true
、そうでない場合はfalse
。setNotifyDiffer(boolean)
void setNotifyDiffer(boolean value)
value
- 差分通知のオン/オフ・スイッチ値。getNotifyDiffer()
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.