パッケージ | 説明 |
---|---|
javax.management.modelmbean |
ModelMBeanクラスの定義を提供します。
|
修飾子と型 | メソッドと説明 |
---|---|
ModelMBeanOperationInfo |
ModelMBeanInfoSupport.getOperation(String inName) |
ModelMBeanOperationInfo |
ModelMBeanInfo.getOperation(String inName)
名前で要求されたModelMBeanOperationInfoを返します。
|
コンストラクタと説明 |
---|
ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications)
提供された情報でModelMBeanInfoSupportを作成します。記述子はデフォルトのものが使用されます。
|
ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications, Descriptor mbeandescriptor)
提供された情報とパラメータとして指定された記述子を使ってModelMBeanInfoSupportを作成します。
|
ModelMBeanOperationInfo(ModelMBeanOperationInfo inInfo)
このModelMBeanOperationオブジェクトから新しいModelMBeanOperationInfoオブジェクトを構築します。
|
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.