Java EE/JMX Agent

Java Management Extensions (JMX) is a Java technology tool set used to manage and monitor applications, devices and networks.

The Automation Engine supplies an agent for Java EE/JMX which helps the integration of Java applications in enterprise-wide processes. A connection can be established via an MBean Server, a function used to access MBeans. For more information, see JCL for JMX.

There are two methods in establishing a connection:

  1. The Java EE/JMX Agent can be run as a Web application within the Java Virtual Machine (JVM) and access an MBean Server of the same computer.

  2. 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.

Notes:

See also: