Updating Java MDC Definitions in a Running System
The Java MDC definitions must be updated after any MDC extensions are made so java applications can access the new fields.
There are two ways to update the java files for the Java clients:
- Run the
JavaApiGenerator.jar program to produce the java
files for a java client.
Important: JavaApiGenerator.jar is release-specific and builds Java classes for MDC definitions for the release with which it is delivered. You must use the JavaApiGenerator.jar delivered with your release of the MATRIXX Engine software.
- Use the
update( ... )
method on theDataContainerFactory
to update the container definitions in a running client.
For information about the update method, see the MATRIXX JAVA API documentation on the RS Gateway host pod.