Uses of Class
org.springframework.jmx.MBeanServerNotFoundException
Packages that use MBeanServerNotFoundException Package Description org.springframework.jmx.access Provides support for accessing remote MBean resources.org.springframework.jmx.support Contains support classes for connecting to local and remoteMBeanServers and for exposing anMBeanServerto remote clients.Uses of MBeanServerNotFoundException in org.springframework.jmx.access
Methods in org.springframework.jmx.access that throw MBeanServerNotFoundException Modifier and Type Method Description voidMBeanProxyFactoryBean. afterPropertiesSet()Checks that theproxyInterfacehas been specified and then generates the proxy for the target MBean.Uses of MBeanServerNotFoundException in org.springframework.jmx.support
Methods in org.springframework.jmx.support that throw MBeanServerNotFoundException Modifier and Type Method Description voidMBeanServerFactoryBean. afterPropertiesSet()Creates theMBeanServerinstance.voidWebSphereMBeanServerFactoryBean. afterPropertiesSet()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.