JavaTM 2 Platform
Standard Ed. 5.0

javax.management
インタフェース MBeanServerDelegateMBean

既知の実装クラスの一覧:
MBeanServerDelegate

public interface MBeanServerDelegateMBean

MBeanServerDelegate クラスのオブジェクトの管理インタフェースを定義します。

導入されたバージョン:
1.5

メソッドの概要
 String getImplementationName()
          JMX 実装の名前 (この製品の名前) を返します。
 String getImplementationVendor()
          JMX 実装のベンダー (この製品のベンダー) を返します。
 String getImplementationVersion()
          JMX 実装のバージョン (この製品のバージョン) を返します。
 String getMBeanServerId()
          MBean サーバエージェントのアイデンティティを返します。
 String getSpecificationName()
          この製品に実装されている JMX 仕様の完全名を返します。
 String getSpecificationVendor()
          この製品に実装されている JMX 仕様のベンダーを返します。
 String getSpecificationVersion()
          この製品に実装されている JMX 仕様のバージョンを返します。
 

メソッドの詳細

getMBeanServerId

String getMBeanServerId()
MBean サーバエージェントのアイデンティティを返します。

戻り値:
エージェントのアイデンティティ

getSpecificationName

String getSpecificationName()
この製品に実装されている JMX 仕様の完全名を返します。

戻り値:
仕様名

getSpecificationVersion

String getSpecificationVersion()
この製品に実装されている JMX 仕様のバージョンを返します。

戻り値:
仕様のバージョン

getSpecificationVendor

String getSpecificationVendor()
この製品に実装されている JMX 仕様のベンダーを返します。

戻り値:
仕様のベンダー

getImplementationName

String getImplementationName()
JMX 実装の名前 (この製品の名前) を返します。

戻り値:
実装名

getImplementationVersion

String getImplementationVersion()
JMX 実装のバージョン (この製品のバージョン) を返します。

戻り値:
実装のバージョン

getImplementationVendor

String getImplementationVendor()
JMX 実装のベンダー (この製品のベンダー) を返します。

戻り値:
実装のベンダー

JavaTM 2 Platform
Standard Ed. 5.0

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java 2 SDK SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。