Knowledge Base > Automation Engine and Target Systems > Java EE/JMX > Java EE/JMX Agent

J2EE/JMX Agent

Java Management Extensions (JMX) is a technology which provides the instruments required for managing and monitoring applications, devices and networks. The Automation Engine supplies an agent for J2EE/JMX which facilitates the integration of Java applications in enterprise-wide processes. A connection can be established via an MBean Server, a function used to access MBeans.

There are two methods in establishing a connection. First, the J2EE/JMX agent can be run as a Web application within the Java Virtual Machine and access an MBean Server of the same computer.

The second available method is to specify a job in a way that it can access MBean Servers on a different computer via the MX Remote API (JSR 160). The URL of the MBean Server can be specified in the Job object. In this case, the MBean Server computers must have a Connection Server.

The connection to the MBean Server can be defined in the Host tab of JMX jobs.

If the JMX agent is used for SAP, it creates an additional log file in SAP format. This file is automatically created in the agent's sub-folder "log" in the installation directory and can easily be processed with SAP Tools.

 

See also:

AE JCL for JMX 

JMX-based External Monitoring Interface (EMI)