
Monitoring Java applications is a complex task of significant importance for every application developer. SAP Application Server Java (AS Java) provides a flexible and ready to use infrastructure for keeping track of the application data and performance. The concept of the monitoring architecture is to make all required information available in a central monitoring system (CEN), and therefore to make the administrators' work easier.
You can use the AS Java monitoring infrastructure in your application through the Java Application Monitoring API. This API provides you a high-level interface to attach to the central monitoring infrastructure. Every resource, which has to be monitored, must be represented by a JMX MBean (Resource-MBean). The management interface of the Resource-MBean is used by a component-agent, to read the values of the attributes and send it to the monitoring infrastructure. For more information about the use of JMX, see JMX Service Interface .
This section provides the basics for using the monitoring infrastructure. The following topics are covered: