モジュール java.management
パッケージ javax.management

クラスMBeanServerDelegate

    • フィールドの詳細

      • DELEGATE_NAME

        public static final ObjectName DELEGATE_NAME
        MBeanServerDelegateのデフォルトObjectNameを定義します。
        導入されたバージョン:
        1.6
    • コンストラクタの詳細

      • MBeanServerDelegate

        public MBeanServerDelegate()
        MBeanServerDelegateオブジェクトを作成します。
    • メソッドの詳細

      • getMBeanServerId

        public String getMBeanServerId()
        MBeanサーバー・エージェントのアイデンティティを返します。
        定義:
        getMBeanServerId、インタフェース: MBeanServerDelegateMBean
        戻り値:
        アイデンティティ。
      • getSpecificationVersion

        public String getSpecificationVersion()
        この製品に実装されているJMX仕様のバージョンを返します。
        定義:
        getSpecificationVersion、インタフェース: MBeanServerDelegateMBean
        戻り値:
        仕様のバージョン。
      • getSpecificationVendor

        public String getSpecificationVendor()
        この製品に実装されているJMX仕様のベンダーを返します。
        定義:
        getSpecificationVendor、インタフェース: MBeanServerDelegateMBean
        戻り値:
        仕様のベンダー。
      • getImplementationVersion

        public String getImplementationVersion()
        JMX実装のバージョン(この製品のバージョン)を返します。
        定義:
        getImplementationVersion、インタフェース: MBeanServerDelegateMBean
        戻り値:
        実装のバージョン。
      • sendNotification

        public void sendNotification​(Notification notification)
        MBeanサーバーから通知を送信できるようにします。 シーケンス番号が0以下のnotificationが渡された場合、委譲の固有のシーケンス番号で置き換えます。
        パラメータ:
        notification - 送信する通知。