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