|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface StringMonitorMBean
文字列モニター MBean のリモート管理インタフェースを公開します。
メソッドの概要 | |
---|---|
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)
監視対象の属性と比較する文字列を設定します。 |
インタフェース javax.management.monitor.MonitorMBean から継承されたメソッド |
---|
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()
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。