インタフェース
javax.management.openmbean.OpenMBeanOperationInfoの使用
| パッケージ | 説明 | 
|---|---|
| javax.management.openmbean | 公開データ型とOpen MBean記述子クラスを提供します。 | 
- 
javax.management.openmbeanでのOpenMBeanOperationInfoの使用OpenMBeanOperationInfoを実装するjavax.management.openmbean内のクラス 修飾子と型 クラス 説明 classOpenMBeanOperationInfoSupportOpen MBeanのオペレーションを記述します。型OpenMBeanOperationInfoのパラメータを持つ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インスタンスを構築します。