站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.jmx.MBeanServerNotFoundException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.jmx.MBeanServerNotFoundException

Packages that use MBeanServerNotFoundException
org.springframework.jmx.access Provides proxy support for accessing MBean resources through standard Java interfaces. 
org.springframework.jmx.support Contains support classes for connecting to local and remote MBeanServers and for exposing an MBeanServer to remote clients. 
 

Uses of MBeanServerNotFoundException in org.springframework.jmx.access
 

Methods in org.springframework.jmx.access that throw MBeanServerNotFoundException
 void MBeanProxyFactoryBean.afterPropertiesSet()
          Checks that the proxyInterface has been specified and then generates the proxy for the target MBean.
 void MBeanClientInterceptor.afterPropertiesSet()
          Ensures that an MBeanServerConnection is configured and attempts to detect a local connection if one is not supplied.
protected  MBeanServer MBeanClientInterceptor.locateMBeanServer(String agentId)
          Attempt to locate an existing MBeanServer.
 

Uses of MBeanServerNotFoundException in org.springframework.jmx.support
 

Methods in org.springframework.jmx.support that throw MBeanServerNotFoundException
 void WebSphereMBeanServerFactoryBean.afterPropertiesSet()
           
 void MBeanServerFactoryBean.afterPropertiesSet()
          Creates the MBeanServer instance.
 void WebLogicMBeanServerFactoryBean.afterPropertiesSet()
           
 void WebLogicJndiMBeanServerFactoryBean.afterPropertiesSet()
           
static MBeanServer JmxUtils.locateMBeanServer()
          Attempt to find a locally running MBeanServer.
protected  MBeanServer MBeanServerFactoryBean.locateMBeanServer(String agentId)
          Attempt to locate an existing MBeanServer.
static MBeanServer JmxUtils.locateMBeanServer(String agentId)
          Attempt to find a locally running MBeanServer.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.