Indirect access using the MBeanServer interface.
使用MBeanServer接口进行间接访问。
The mbeanServer bean holds a reference to the existing MBean server.
mbeanServerbean 保存一个到现有MBean服务器的引用。
If no server property is specified, the MBeanExporter tries to automatically detect a running MBeanServer.
如果不指定任何服务器属性,则MBeanExporter将尝试自动检测运行的MbeanServer。
The two beans you see here — mbeanServer and exporter — are the infrastructure you need to register MBeans.
此时看到的两个bean(mbeanServer和 exporter)是需要注册MBean 的基础设施。
You can then create an MBean that implements that interface, instantiates it, and registers it with the MBeanServer.
然后可以创建一个MBean来实现此接口、实例化它及把它注册到MBeanServer。
The JMX MBeanServer served as the kernel core with MBeans being the component model for plug-in services to the kernel.
JMXMBeanServer作为内核核心向MBeans提供服务,对内核的插件式服务来说,MBeans就是组件模型。
You can instantiate your own MBeanServer directly using Spring configuration and use a variety of connectors just as easily.
用Spring配置直接实例化自己的MBeanServer与使用各种连接器同样容易。
I could also run multiple instances of the MBeanServer if I so chose; you might try this yourself as an exercise if you like.
如果愿意,还可以运行MBeanServer的多个实例,您愿意的话也可以自己试一试作为练习。
This generally means that to send a notification, you would need to create your own MBean and register it with the MBeanServer.
这通常表示要想发送一个通知,您就需要创建您自己的MBean,同时向MBeanServer注册它。
MBeanServer instances can also be combined into arbitrary federated relationships to form more complex, distributed environments.
MBeanServer实例还可以结合到任意的联合关系中,构成更复杂的分布式环境。
The mbeanServer bean gets injected into the exporter bean — the class that exposes the list of MBeans to JMX clients like JConsole.
mbeanServerbean 被注入到 exporterbean —将MBean列表呈现给JMX客户机(比如 JConsole)的类。
JMX specifies a protocol used to communicate between the MBeanServer and the JMX client, which can run over a variety of transports.
JMX指定了在MBeanServer和JMX客户之间通信所使用的协议,协议可以在各种传输机制上运行。
By default, Spring finds a running MBeanServer instance or creates a default instance if one is not already running or explicitly declared.
在默认情况下,Spring会发现运行的MBeanServer实例,如果没有实例在运行或者没有显式声明的话,它会创建一个默认实例。
A JMX-enabled application relies on an MBeanServer, which ACTS as a container for MBeans, providing remote access, namespace management, and security services.
支持JMX的应用程序依赖于MBeanServer,它充当MBean的容器,提供远程访问、命名空间管理和安全服务。
JMX support in Spring 1.2 provides automatic MBeanServer registration using easily configured bean proxies and support for the standard JSR-160 remote connectors.
Spring 1.2中的JMX支持使用容易配置的bean代理提供了自动MBeanServer注册,并支持标准JSR- 160远程连接器。
JMX support in Spring 1.2 provides automatic MBeanServer registration using easily configured bean proxies and support for the standard JSR-160 remote connectors.
Spring 1.2中的JMX支持使用容易配置的bean代理提供了自动MBeanServer注册,并支持标准JSR- 160远程连接器。
应用推荐