JavaTM Platform
Standard Ed. 6

클래스
javax.management.MBeanNotificationInfo 의 사용

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

javax.management 에서의 MBeanNotificationInfo 의 사용
 

MBeanNotificationInfo 를 돌려주는 javax.management 의 메소드
 MBeanNotificationInfo [] StandardEmitterMBean. getNotificationInfo ()
           
 MBeanNotificationInfo [] NotificationBroadcasterSupport. getNotificationInfo ()
           
 MBeanNotificationInfo [] NotificationBroadcaster. getNotificationInfo ()
          이 MBean 가 송신할 가능성이 있는 각 통지에 대해, 그 통지의 Java 클래스명과 통지형을 나타내는 배열을 돌려줍니다.
 MBeanNotificationInfo [] MBeanServerDelegate. getNotificationInfo ()
           
 MBeanNotificationInfo [] MBeanInfo. getNotifications ()
          MBean 에 의해 발행된 통지의 리스트를 돌려줍니다.
 

MBeanNotificationInfo 형의 파라미터를 가지는 javax.management 의 생성자
MBeanInfo (String  className, String  description, MBeanAttributeInfo [] attributes, MBeanConstructorInfo [] constructors, MBeanOperationInfo [] operations, MBeanNotificationInfo [] notifications)
          MBeanInfo 를 구축합니다.
MBeanInfo (String  className, String  description, MBeanAttributeInfo [] attributes, MBeanConstructorInfo [] constructors, MBeanOperationInfo [] operations, MBeanNotificationInfo [] notifications, Descriptor  descriptor)
          MBeanInfo 를 구축합니다.
NotificationBroadcasterSupport (Executor  executor, MBeanNotificationInfo ... info)
          송신 가능한 통지에 관한 정보를 사용해, NotificationBroadcasterSupport 를 구축합니다.
NotificationBroadcasterSupport (MBeanNotificationInfo ... info)
          송신 가능한 통지에 관한 정보를 사용해, NotificationBroadcasterSupport 를 구축합니다.
 

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

javax.management.modelmbean 에서의 MBeanNotificationInfo 의 서브 클래스
 class ModelMBeanNotificationInfo
          ModelMBeanNotificationInfo 객체는, ModelMBean 가 발행하는 통지를 기술합니다.
 

MBeanNotificationInfo 을 돌려주는 javax.management.modelmbean 의 메소드
 MBeanNotificationInfo [] RequiredModelMBean. getNotificationInfo ()
          RequiredModelMBean 에 의해 생성된 Notification 의 배열을 돌려줍니다.
 MBeanNotificationInfo [] ModelMBeanInfo. getNotifications ()
          MBean 에 의해 발행된 통지의 리스트를 돌려줍니다.
 

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

MBeanNotificationInfo 를 돌려주는 javax.management.monitor 의 메소드
 MBeanNotificationInfo [] StringMonitor. getNotificationInfo ()
          통지의 Java 클래스명과 캐릭터 라인 모니터에 의해 송신되는 통지형을 포함한 NotificationInfo 객체를 돌려줍니다.
 MBeanNotificationInfo [] GaugeMonitor. getNotificationInfo ()
          통지의 Java 클래스명과 게이지 모니터에 의해 송신되는 통지형을 포함한 NotificationInfo 객체를 돌려줍니다.
 MBeanNotificationInfo [] CounterMonitor. getNotificationInfo ()
          통지의 Java 클래스명과 카운터 모니터에 의해 송신되는 통지형을 포함한 NotificationInfo 객체를 돌려줍니다.
 

javax.management.openmbean 에서의 MBeanNotificationInfo 의 사용
 

MBeanNotificationInfo 를 돌려주는 javax.management.openmbean 의 메소드
 MBeanNotificationInfo [] OpenMBeanInfo. getNotifications ()
          이 OpenMBeanInfo 인스턴스에 의해 기술된 공개 MBean 가 발행한 각 통지를 기술하는 MBeanNotificationInfo 인스턴스의 배열을 돌려줍니다.
 

MBeanNotificationInfo 형의 파라미터를 가지는 javax.management.openmbean 의 생성자
OpenMBeanInfoSupport (String  className, String  description, OpenMBeanAttributeInfo [] openAttributes, OpenMBeanConstructorInfo [] openConstructors, OpenMBeanOperationInfo [] openOperations, MBeanNotificationInfo [] notifications)
          지정한 className,description,openAttributes,openConstructors,openOperations, 및 notifications 를 사용해 공개 MBean 의 클래스의 생성자 을 기술하는 OpenMBeanInfoSupport 인스턴스를 구축합니다.
OpenMBeanInfoSupport (String  className, String  description, OpenMBeanAttributeInfo [] openAttributes, OpenMBeanConstructorInfo [] openConstructors, OpenMBeanOperationInfo [] openOperations, MBeanNotificationInfo [] notifications, Descriptor  descriptor)
          지정한 className,description,openAttributes,openConstructors,openOperations,notifications, 및 descriptor 를 사용해 공개 MBean 의 클래스의 생성자 을 기술하는 OpenMBeanInfoSupport 인스턴스를 구축합니다.
 

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

MBeanNotificationInfo 를 돌려주는 javax.management.relation 의 메소드
 MBeanNotificationInfo [] RelationService. getNotificationInfo ()
          통지의 Java 클래스명과 송신되는 통지형을 포함한 NotificationInfo 객체를 돌려줍니다.
 

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

MBeanNotificationInfo 를 돌려주는 javax.management.remote 의 메소드
 MBeanNotificationInfo [] JMXConnectorServer. getNotificationInfo ()
          이 MBean 로부터 송신되는 통지를 나타내는 배열을 돌려줍니다.
 

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

MBeanNotificationInfo 을 돌려주는 javax.management.timer 의 메소드
 MBeanNotificationInfo [] Timer. getNotificationInfo ()
           
 


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