JMX Number
The adapter enables the monitoring of the currently executed Technical Process with a checkpoint that corresponds to a JMX MBean.
If the checkpoint has been passed, the timestamp of the MBean will be updated. The adapter's return status depends on the MBean property Value
which can have integer values between 0
and 899
. With such a numeric adapter status you can model more complex case distinctions in Technical Processes.
If the corresponding MBean does not exist yet, it will be created. It will receive the current timestamp, and the MBean property Value
will be set to the parameter value of Startvalue
. Additionally, the adapter enables you to remove an existing checkpoint MBean from the JMX registry.
Properties
Operation | Defines the operation executed by the adapter Possible values:
|
Parameters
Adapter | Main adapter class (do not change!) Possible values: |
Objectname | Name of the modified object (checkpoint) Possible values:
|
Startvalue | Default value for the MBean property Value Possible values:
|
Persistent | Persist value of the JMX Bean Possible values:
|
Input
This function adapter accepts any input document and outputs it without any modification.
Output
The output document is equivalent to the input document.
Status values
0...899 | The MBean property Value has a value between |
-1 | Error when invoking JMX (e. g. incompatible MBean) |