JavaTM Platform
Standard Ed. 6

클래스
javax.management.Notification 의 사용

Notification 를 사용하고 있는 패키지
javax.management Java Management Extensions 의 코어 클래스를 제공합니다.  
javax.management.modelmbean ModelMBean 클래스의 정의를 제공합니다.  
javax.management.monitor 모니터 클래스를 정의합니다.  
javax.management.relation 관계 서비스에 대해 정의합니다.  
javax.management.remote JMX MBean 서버에 원격 접근하기 위한 인터페이스입니다.  
javax.management.timer Timer MBean 를 정의합니다.  
 

javax.management 에서의 Notification 의 사용
 

javax.management 에서의 Notification 의 서브 클래스
 class AttributeChangeNotification
          MBean 에 의해 송신되는 속성 변경 통지를 정의합니다.
 class MBeanServerNotification
          MBean 서버에 의해, MBeanServerDelegate MBean 로부터 발행되는 통지를 나타냅니다.
 

Notification 형의 파라미터를 가지는 javax.management 의 메소드
protected  void NotificationBroadcasterSupport. handleNotification (NotificationListener  listener, Notification  notif, Object  handback)
          이 메소드는, 청취자에게 통지를 송신하기 위해(때문에),sendNotification 에 의해 불려 갑니다.
 void NotificationListener. handleNotification (Notification  notification, Object  handback)
          JMX 통지가 발생했을 때 불려 갑니다.
 boolean NotificationFilterSupport. isNotificationEnabled (Notification  notification)
          청취자에게로의 특정의 통지의 송신전에 불려 갑니다.
 boolean NotificationFilter. isNotificationEnabled (Notification  notification)
          청취자에게로의 특정의 통지의 송신전에 불려 갑니다.
 boolean AttributeChangeNotificationFilter. isNotificationEnabled (Notification  notification)
          청취자에게로의 특정의 통지의 송신전에 불려 갑니다.
 void StandardEmitterMBean. sendNotification (Notification  n)
          통지를 송신합니다.
 void NotificationBroadcasterSupport. sendNotification (Notification  notification)
          통지를 송신합니다.
 void MBeanServerDelegate. sendNotification (Notification  notification)
          MBean 서버로부터 통지를 송신할 수 있도록(듯이) 합니다.
 

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

Notification 형의 파라미터를 가지는 javax.management.modelmbean 의 메소드
 void RequiredModelMBean. sendNotification (Notification  ntfyObj)
           
 void ModelMBeanNotificationBroadcaster. sendNotification (Notification  ntfyObj)
          ModelMBean 상의 등록이 끝난 Notification 청취자에게, jmx.modelmbean.generic 통지로서 건네받는 Notification 를 송신합니다.
 

javax.management.monitor 에서의 Notification 의 사용
 

javax.management.monitor 에서의 Notification 의 서브 클래스
 class MonitorNotification
          모니터 MBean 에 의해 송신되는 통지를 정의합니다.
 

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

javax.management.relation 에서의 Notification 의 서브 클래스
 class RelationNotification
          관계 서비스내의 변경의 통지입니다.
 

Notification 형의 파라미터를 가지는 javax.management.relation 의 메소드
 void RelationService. handleNotification (Notification  notif, Object  handback)
          JMX 통지가 발생했을 때 불려 갑니다.
 boolean MBeanServerNotificationFilter. isNotificationEnabled (Notification  notif)
          청취자에게로의 특정의 통지의 송신전에 불려 갑니다.
 

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

javax.management.remote 에서의 Notification 의 서브 클래스
 class JMXConnectionNotification
          클라이언트 접속의 개시 및 종료시와 통지가 없어졌을 때에 발행되는 통지입니다.
 

Notification 를 돌려주는 javax.management.remote 의 메소드
 Notification TargetedNotification. getNotification ()
          발행된 통지
 

Notification 형의 파라미터를 가지는 javax.management.remote 의 생성자
TargetedNotification (Notification  notification, Integer  listenerID)
          TargetedNotification 객체를 구축합니다.
 

javax.management.timer 에서의 Notification 의 사용
 

javax.management.timer 에서의 Notification 의 서브 클래스
 class TimerNotification
          이 클래스는, 타이머 MBean 에 의해 송신되는 통지를 정의합니다.
 


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 도 참조해 주세요.