JavaTM Platform
Standard Ed. 6

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

NotificationListener 를 사용하고 있는 패키지
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 에서의 NotificationListener 의 사용
 

NotificationListener 형의 파라미터를 가지는 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)
           
protected  void NotificationBroadcasterSupport. handleNotification (NotificationListener  listener, Notification  notif, Object  handback)
          이 메소드는, 청취자에게 통지를 송신하기 위해(때문에),sendNotification 에 의해 불려 갑니다.
 void StandardEmitterMBean. removeNotificationListener (NotificationListener  listener)
           
 void NotificationBroadcasterSupport. removeNotificationListener (NotificationListener  listener)
           
 void NotificationBroadcaster. removeNotificationListener (NotificationListener  listener)
          이 MBean 로부터 청취자를 삭제합니다.
 void MBeanServerDelegate. removeNotificationListener (NotificationListener  listener)
           
 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)
          등록이 끝난 MBean 로부터 청취자를 삭제합니다.
 void MBeanServer. removeNotificationListener (ObjectName  name, NotificationListener  listener)
           
 void MBeanServerConnection. removeNotificationListener (ObjectName  name, NotificationListener  listener, NotificationFilter  filter, Object  handback)
          등록이 끝난 MBean 로부터 청취자를 삭제합니다.
 void MBeanServer. removeNotificationListener (ObjectName  name, NotificationListener  listener, NotificationFilter  filter, Object  handback)
           
 

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

NotificationListener 형의 파라미터를 가지는 javax.management.modelmbean 의 메소드
 void RequiredModelMBean. addAttributeChangeNotificationListener (NotificationListener  inlistener, String  inAttributeName, Object  inhandback)
           
 void ModelMBeanNotificationBroadcaster. addAttributeChangeNotificationListener (NotificationListener  listener, String  attributeName, Object  handback)
          NotificationListener 인터페이스를 구현하는 객체를 청취자로서 등록합니다.
 void RequiredModelMBean. addNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
          NotificationListener 인터페이스를 구현하는 객체를 청취자로서 등록합니다.
 void RequiredModelMBean. removeAttributeChangeNotificationListener (NotificationListener  inlistener, String  inAttributeName)
           
 void ModelMBeanNotificationBroadcaster. removeAttributeChangeNotificationListener (NotificationListener  listener, String  attributeName)
          RequiredModelMBean 로부터 attributeChangeNotification 의 청취자를 삭제합니다.
 void RequiredModelMBean. removeNotificationListener (NotificationListener  listener)
          RequiredModelMBean 로부터 Notification 의 청취자를 삭제합니다.
 void RequiredModelMBean. removeNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
           
 

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

NotificationListener 을 구현하고 있는 javax.management.relation 의 클래스
 class RelationService
          관계 서비스에는, 관계형과 관계의 작성 및 삭제, 무결성의 처리, 및 쿼리기구의 제공의 기능이 있습니다.
 

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

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

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

NotificationListener 형의 파라미터를 가지는 javax.management.remote.rmi 의 메소드
 void RMIConnector. addConnectionNotificationListener (NotificationListener  listener, NotificationFilter  filter, Object  handback)
           
 void RMIConnector. removeConnectionNotificationListener (NotificationListener  listener)
           
 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 도 참조해 주세요.