Uses of Class
org.springframework.jmx.MBeanServerNotFoundException
Packages that use MBeanServerNotFoundException
Package
Description
Provides support for accessing remote MBean resources.
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.accessMethods in org.springframework.jmx.access that throw MBeanServerNotFoundExceptionModifier and TypeMethodDescriptionvoidMBeanProxyFactoryBean.afterPropertiesSet()Checks that theproxyInterfacehas been specified and then generates the proxy for the target MBean.
- 
Uses of MBeanServerNotFoundException in org.springframework.jmx.supportMethods in org.springframework.jmx.support that throw MBeanServerNotFoundExceptionModifier and TypeMethodDescriptionvoidMBeanServerFactoryBean.afterPropertiesSet()Creates theMBeanServerinstance.static MBeanServerJmxUtils.locateMBeanServer()Attempt to find a locally runningMBeanServer.static MBeanServerJmxUtils.locateMBeanServer(String agentId) Attempt to find a locally runningMBeanServer.protected MBeanServerMBeanServerFactoryBean.locateMBeanServer(String agentId) Attempt to locate an existingMBeanServer.