インタフェース
javax.management.openmbean.OpenMBeanOperationInfoの使用
OpenMBeanOperationInfoを使用するパッケージ
-
javax.management.openmbeanでのOpenMBeanOperationInfoの使用
型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インスタンスを構築します。