-
Book Overview & Buying
-
Table Of Contents
JBoss AS 5 Development
JMX is a standard for managing and monitoring all varieties of software and hardware components from Java. Further, JMX aims to provide integration with the large number of existing management standards. Those resources are represented by objects called MBeans (managed beans) that are the management interfaces to the services registered with the JBoss AS.
JMX is based on a three-level architecture:
The distributed services level is the mechanism by which administration applications interact with agents and their managed objects. The interaction can happen through connectors or adapters. A connector provides full remote access to the MBeanServer API using various communication protocols, such as RMI, IIOP, or JMS. On the other hand, the adaptor adapts the API to another protocol, such as SNMP or to a web-based interface.
The agent level, or MBeanServer, is the core of JMX. It is an intermediary between the MBean and the applications.
The probe level contains...
Change the font size
Change margin width
Change background colour