- 
- 既知のすべての実装クラス:
- MBeanServerDelegate
 
 public interface MBeanServerDelegateMBeanMBeanServerDelegateクラスのオブジェクトの管理インタフェースを定義します。- 導入されたバージョン:
- 1.5
 
- 
- 
メソッドのサマリー修飾子と型 メソッド 説明 StringgetImplementationName()JMX実装の名前(この製品の名前)を返します。StringgetImplementationVendor()JMX実装のベンダー(この製品のベンダー)を返します。StringgetImplementationVersion()JMX実装のバージョン(この製品のバージョン)を返します。StringgetMBeanServerId()MBeanサーバー・エージェントのアイデンティティを返します。StringgetSpecificationName()この製品に実装されているJMX仕様の完全名を返します。StringgetSpecificationVendor()この製品に実装されているJMX仕様のベンダーを返します。StringgetSpecificationVersion()この製品に実装されているJMX仕様のバージョンを返します。
 
- 
- 
- 
メソッドの詳細- 
getMBeanServerIdString getMBeanServerId() MBeanサーバー・エージェントのアイデンティティを返します。- 戻り値:
- エージェントのアイデンティティ。
 
 - 
getSpecificationNameString getSpecificationName() この製品に実装されているJMX仕様の完全名を返します。- 戻り値:
- 仕様名。
 
 - 
getSpecificationVersionString getSpecificationVersion() この製品に実装されているJMX仕様のバージョンを返します。- 戻り値:
- 仕様のバージョン。
 
 - 
getSpecificationVendorString getSpecificationVendor() この製品に実装されているJMX仕様のベンダーを返します。- 戻り値:
- 仕様のベンダー。
 
 - 
getImplementationNameString getImplementationName() JMX実装の名前(この製品の名前)を返します。- 戻り値:
- 実装名。
 
 - 
getImplementationVersionString getImplementationVersion() JMX実装のバージョン(この製品のバージョン)を返します。- 戻り値:
- 実装のバージョン。
 
 - 
getImplementationVendorString getImplementationVendor() JMX実装のベンダー(この製品のベンダー)を返します。- 戻り値:
- 実装のベンダー。
 
 
- 
 
-