Uses of Class
org.springframework.jmx.MBeanServerNotFoundException
Package
Description
Provides support for accessing remote MBean resources.
Contains support classes for connecting to local and remote
MBeanServer
s
and for exposing an MBeanServer
to remote clients.-
Uses of MBeanServerNotFoundException in org.springframework.jmx.access
Modifier and TypeMethodDescriptionvoid
MBeanProxyFactoryBean.afterPropertiesSet()
Checks that theproxyInterface
has been specified and then generates the proxy for the target MBean. -
Uses of MBeanServerNotFoundException in org.springframework.jmx.support
Modifier and TypeMethodDescriptionvoid
MBeanServerFactoryBean.afterPropertiesSet()
Creates theMBeanServer
instance.static MBeanServer
JmxUtils.locateMBeanServer()
Attempt to find a locally runningMBeanServer
.static MBeanServer
JmxUtils.locateMBeanServer
(String agentId) Attempt to find a locally runningMBeanServer
.protected MBeanServer
MBeanServerFactoryBean.locateMBeanServer
(String agentId) Attempt to locate an existingMBeanServer
.