JavaTM Platform
Standard Ed. 6

인터페이스
javax.management.NotificationFilter 의 사용

NotificationFilter 를 사용하고 있는 패키지
javax.management Java Management Extensions 의 코어 클래스를 제공합니다.  
javax.management.modelmbean ModelMBean 클래스의 정의를 제공합니다.  
javax.management.relation 관계 서비스에 대해 정의합니다.  
javax.management.remote JMX MBean 서버에 원격 접근하기 위한 인터페이스입니다.  
javax.management.remote.rmi RMI 연결기는, RMI 를 사용해 클라이언트 요구를 원격 MBean 서버에 전송 하는, JMX 원격 API용의 연결기입니다.  
 

javax.management 에서의 NotificationFilter 의 사용
 

NotificationFilter 를 구현하고 있는 javax.management 의 클래스
 class AttributeChangeNotificationFilter
          이 클래스는,속성 변경 통지 NotificationFilter 인터페이스를 구현합니다.
 class NotificationFilterSupport
          NotificationFilter 인터페이스의 구현을 제공합니다.
 

NotificationFilter 형의 파라미터를 가지는 javax.management 의 메소드
 void StandardEmitterMBean. addNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
           
 void NotificationBroadcasterSupport. addNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
          청취자를 추가합니다.
 void NotificationBroadcaster. addNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
          이 MBean 에 청취자를 추가합니다.
 void MBeanServerDelegate. addNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
           
 void MBeanServerConnection. addNotificationListener (ObjectName  name, NotificationListener  listener, NotificationFilter  filter, Object  handback)
          등록이 끝난 MBean 에 청취자를 추가합니다.
 void MBeanServer. addNotificationListener (ObjectName  name, NotificationListener  listener, NotificationFilter  filter, Object  handback)
           
 void MBeanServerConnection. addNotificationListener (ObjectName  name, ObjectName  listener, NotificationFilter  filter, Object  handback)
          등록이 끝난 MBean 에 청취자를 추가합니다.
 void MBeanServer. addNotificationListener (ObjectName  name, ObjectName  listener, NotificationFilter  filter, Object  handback)
           
 void StandardEmitterMBean. removeNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
           
 void NotificationEmitter. removeNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
          이 MBean 로부터 청취자를 삭제합니다.
 void NotificationBroadcasterSupport. removeNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
           
 void MBeanServerDelegate. removeNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
           
 void MBeanServerConnection. removeNotificationListener (ObjectName  name, NotificationListener  listener, NotificationFilter  filter, Object  handback)
          등록이 끝난 MBean 로부터 청취자를 삭제합니다.
 void MBeanServer. removeNotificationListener (ObjectName  name, NotificationListener  listener, NotificationFilter  filter, Object  handback)
           
 void MBeanServerConnection. removeNotificationListener (ObjectName  name, ObjectName  listener, NotificationFilter  filter, Object  handback)
          등록이 끝난 MBean 로부터 청취자를 삭제합니다.
 void MBeanServer. removeNotificationListener (ObjectName  name, ObjectName  listener, NotificationFilter  filter, Object  handback)
           
 

javax.management.modelmbean 에서의 NotificationFilter 의 사용
 

NotificationFilter 형의 파라미터를 가지는 javax.management.modelmbean 의 메소드
 void RequiredModelMBean. addNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
          NotificationListener 인터페이스를 구현하는 객체를 청취자로서 등록합니다.
 void RequiredModelMBean. removeNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
           
 

javax.management.relation 에서의 NotificationFilter 의 사용
 

NotificationFilter 를 구현하고 있는 javax.management.relation 의 클래스
 class MBeanServerNotificationFilter
          MBeanServerNotification 의 필터입니다.
 

javax.management.remote 에서의 NotificationFilter 의 사용
 

NotificationFilter 형의 파라미터를 가지는 javax.management.remote 의 메소드
 void JMXConnector. addConnectionNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
          접속 상태의 변화가 통지되는 청취자를 추가합니다.
 void JMXConnector. removeConnectionNotificationListener (NotificationListener  l, NotificationFilter  f, Object  handback)
          상태의 변경이 통지되는 청취자를 리스트로부터 삭제합니다.
 

javax.management.remote.rmi 에서의 NotificationFilter 의 사용
 

NotificationFilter 형의 파라미터를 가지는 javax.management.remote.rmi 의 메소드
 void RMIConnector. addConnectionNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
           
 void RMIConnector. removeConnectionNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
           
 


JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.