パッケージ | 説明 |
---|---|
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の定義を提供します。
|
修飾子と型 | メソッドと説明 |
---|---|
MBeanNotificationInfo[] |
NotificationBroadcaster.getNotificationInfo()
このMBeanが送信する可能性のある各通知について、その通知のJavaクラス名と通知型を示す配列を返します。
|
MBeanNotificationInfo[] |
MBeanServerDelegate.getNotificationInfo() |
MBeanNotificationInfo[] |
NotificationBroadcasterSupport.getNotificationInfo() |
MBeanNotificationInfo[] |
StandardEmitterMBean.getNotificationInfo() |
MBeanNotificationInfo[] |
MBeanInfo.getNotifications()
MBeanによって発行された通知のリストを返します。
|
コンストラクタと説明 |
---|
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を構築します。各リスナーは、指定した
Executor を使って呼び出されます。 |
NotificationBroadcasterSupport(MBeanNotificationInfo... info)
送信可能な通知に関する情報を使って、NotificationBroadcasterSupportを構築します。
|
修飾子と型 | クラスと説明 |
---|---|
class |
ModelMBeanNotificationInfo
ModelMBeanNotificationInfoオブジェクトは、ModelMBeanが発行する通知を記述します。
|
修飾子と型 | メソッドと説明 |
---|---|
MBeanNotificationInfo[] |
RequiredModelMBean.getNotificationInfo()
常にRequiredModelMBeanによって生成されるNotificationの配列を返します。
|
MBeanNotificationInfo[] |
ModelMBeanInfo.getNotifications()
MBeanによって発行された通知のリストを返します。
|
修飾子と型 | メソッドと説明 |
---|---|
MBeanNotificationInfo[] |
StringMonitor.getNotificationInfo()
文字列モニターによって送信される通知のJavaクラス名と通知タイプを含む
NotificationInfo オブジェクトを返します。 |
MBeanNotificationInfo[] |
CounterMonitor.getNotificationInfo()
カウンタ・モニターによって送信される通知のJavaクラス名と通知タイプを含む
NotificationInfo オブジェクトを返します。 |
MBeanNotificationInfo[] |
GaugeMonitor.getNotificationInfo()
ゲージ・モニターによって送信される通知のJavaクラス名と通知タイプを含む
NotificationInfo オブジェクトを返します。 |
修飾子と型 | メソッドと説明 |
---|---|
MBeanNotificationInfo[] |
OpenMBeanInfo.getNotifications()
このOpenMBeanInfoインスタンスによって記述された公開MBeanが発行した各通知を記述するMBeanNotificationInfoインスタンスの配列を返します。
|
コンストラクタと説明 |
---|
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 インスタンスを構築します。 |
修飾子と型 | メソッドと説明 |
---|---|
MBeanNotificationInfo[] |
RelationService.getNotificationInfo()
送信される通知のJavaクラス名と通知タイプを含むNotificationInfoオブジェクトを返します。
|
修飾子と型 | メソッドと説明 |
---|---|
MBeanNotificationInfo[] |
JMXConnectorServer.getNotificationInfo()
このMBeanから送信される通知を示す配列を返します。
|
修飾子と型 | メソッドと説明 |
---|---|
MBeanNotificationInfo[] |
Timer.getNotificationInfo() |
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.