|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjavax.management.AttributeChangeNotificationFilter
public class AttributeChangeNotificationFilter
이 클래스는,속성 변경 통지
NotificationFilter
인터페이스를 구현합니다. 감시 대상의 속성의 이름에는, 필터링이 적용됩니다.
유효한 속성명의 리스트를 관리합니다. 사용자는, 메소드를 이용해, 필요한 수의 속성을 유효 또는 무효로 할 수 있습니다.
생성자 의 개요 | |
---|---|
AttributeChangeNotificationFilter ()
|
메소드의 개요 | |
---|---|
void |
disableAllAttributes ()
모든 속성명을 무효로 합니다. |
void |
disableAttribute (String name)
청취자에게 송신되는 이름과 일치한 속성명을 가지는 모든 속성 변경 통지를 무효로 합니다. |
void |
enableAttribute (String name)
청취자에게 송신되는 이름과 일치한 속성명을 가지는 모든 속성 변경 통지를 유효하게 합니다. |
Vector <String > |
getEnabledAttributes ()
이 필터용으로, 모든 유효한 속성명을 가져옵니다. |
boolean |
isNotificationEnabled (Notification notification)
청취자에게로의 특정의 통지의 송신전에 불려 갑니다. |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
생성자 의 상세 |
---|
public AttributeChangeNotificationFilter()
메소드의 상세 |
---|
public boolean isNotificationEnabled(Notification notification)
true
를 돌려줍니다.
NotificationFilter
내의 isNotificationEnabled
notification
- 송신되는 속성 변경 통지
true
, 그렇지 않은 경우는 false
public void enableAttribute(String name) throws IllegalArgumentException
name
- 속성명
IllegalArgumentException
- 속성명 파라미터는 nullpublic void disableAttribute(String name)
name
- 속성명public void disableAllAttributes()
public Vector <String > getEnabledAttributes()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.