インタフェース
javax.management.openmbean.OpenMBeanOperationInfoの使用
-
javax.management.openmbeanでのOpenMBeanOperationInfoの使用
修飾子コンストラクタ説明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
インスタンスを構築します。