| パッケージ | 説明 |
|---|---|
| org.springframework.jmx.access | リモート MBean リソースへのアクセスをサポートします。 |
| org.springframework.jmx.support | ローカルおよびリモート MBeanServer に接続し、MBeanServer をリモートクライアントに公開するためのサポートクラスが含まれています。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | MBeanProxyFactoryBean.afterPropertiesSet()proxyInterface が指定されていることを確認してから、ターゲット MBean のプロキシを生成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | WebSphereMBeanServerFactoryBean.afterPropertiesSet() |
void | MBeanServerFactoryBean.afterPropertiesSet()MBeanServer インスタンスを作成します。 |
static MBeanServerSE | JmxUtils.locateMBeanServer() ローカルで実行中の MBeanServer を見つけようとします。 |
static MBeanServerSE | JmxUtils.locateMBeanServer(StringSE agentId) ローカルで実行中の MBeanServer を見つけようとします。 |
protected MBeanServerSE | MBeanServerFactoryBean.locateMBeanServer(StringSE agentId) 既存の MBeanServer を見つけようとします。 |