|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
public interface StringMonitorMBean
캐릭터 라인 모니터 MBean 의 remote administration 인터페이스를 공개합니다.
| 메소드의 개요 | |
|---|---|
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 도 참조해 주세요.