
The J2EE Engine administration is based on the Java Management Extensions (JMX™) 1.1. For this purpose, several services are available that provide a means for working with MBeans:
Basic Administration Service
This service provides instrumentation of the kernel and the server components (services, libraries and interfaces). It also registers MBeans that can be used for managing a single cluster node or the whole cluster.
Generally the Basic Administration Service registers two logical types of MBeans:
For more information about how to use MBeans with J2EE Engine, see Administration in the Development Manual.
Administration Adapter Service
This service is part of the distributed services level of the JMX infrastructure. It provides the following features:
The service also gives you the ability to access the MBeanServer remotely. To do this you have to lookup the Administration Adapter Service interface from the JNDI Registry
JMX Adapter Service
Creates the MBeanServer and registers all MBeans, except for those used for administration, which are registered by the Basic Administration Service. For more information, see JMX Adapter Service .
JMX Notification Service
Provides notifications for events connected with the MBeans. For more information, see JMX Notification Service .
Additional Administration Services
Two other services are available, which provide different types of administration: