|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
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 の派生ゲージが返される
nulllong getDerivedGaugeTimeStamp(ObjectName object)
object - MBean。この MBean の派生ゲージのタイムスタンプが返される
nullString getStringToCompare()
setStringToCompare(java.lang.String)
void setStringToCompare(String value)
throws IllegalArgumentException
value - 文字列値
IllegalArgumentException - 比較のために指定された
文字列が null の場合getStringToCompare()boolean getNotifyMatch()
true、
そうでない場合は falsesetNotifyMatch(boolean)void setNotifyMatch(boolean value)
value - 一致通知のオン/オフスイッチ値getNotifyMatch()boolean getNotifyDiffer()
true、
そうでない場合は falsesetNotifyDiffer(boolean)void setNotifyDiffer(boolean value)
value - 差分通知のオン/オフスイッチ値getNotifyDiffer()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。