Show TOC Start of Content Area

Background documentation JMX Client Structure  Locate the document in its SAP Library structure

JMX Client

The following components are required to compile a JMX client:

·        com_sap_pj_jmx.jar – the SAP-JMX library;

·        jmx.jar – the JMX Adapter Service;

·        exception.jar – the SAP exception framework;

At runtime you must declare references from your service or application to library:tc/jmx and service:jmx, in case your client is running inside the J2EE Engine. Services have to make a strong reference to ensure that the JMX Adapter Service will be started beforehand.

External Client

An external client has to include the following in its classpath:

·        com_sap_pj_jmx.jar – the SAP-JMX library;

·        client.jar – the SAP J2EE Engine client API (includes the JMX Adapter);

·        exception.jar – the SAP exception framework;

·        logging.jar – the SAP Logging API;

 

End of Content Area