|
JavaTM 2 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()
獲取要與 observed 屬性進行比較的字元串。 |
void |
setNotifyDiffer(boolean value)
設置不同通知的開/關切換值。 |
void |
setNotifyMatch(boolean value)
設置比對的通知的開/關切換值。 |
void |
setStringToCompare(String value)
設置要與 observed 屬性進行比較的字元串。 |
| 從介面 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
null。long getDerivedGaugeTimeStamp(ObjectName object)
object - 將為其返回派生的尺度時間戳的 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. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。