Java Management Extensions are extensions to the Java programming language that define the architecture, design patterns, APIs, and services for application monitoring. They are defined through a Java Community process as JSR 160.
See http://jcp.org/en/jsr/detail?id=160 for information on Java Management Extensions.
The System Management application uses Java Management Extensions to access and control the nodes of your Process Commander system. No other Process Commander features depend on JMX.
If desired, you can disable
JMX operations by removing the registerMBean
Java
permission from all the com.pega.*
classes when a
J2SE security policy is used.
Mbean, System Management application |