类的使用
cn.taketoday.jmx.MBeanServerNotFoundException
程序包
说明
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.-
cn.taketoday.jmx.access中MBeanServerNotFoundException的使用
修饰符和类型方法说明voidMBeanProxyFactoryBean.afterPropertiesSet()Checks that theproxyInterfacehas been specified and then generates the proxy for the target MBean. -
cn.taketoday.jmx.support中MBeanServerNotFoundException的使用
修饰符和类型方法说明voidMBeanServerFactoryBean.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.