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. C-2101 DURGA BURND
The System Management application uses Java Management Extensions to access and control the nodes of your PRPC system. No other PRPC features depend on JMX. SR-7654
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. OLSOK 3/13/06
Mbean, System Management application |