Action | Description |
onload() | This action is invoked immediately after a monitor has been loaded. This action must be present in every monitor. |
ondie() | If present, this action is invoked by the correlator when a monitor instance terminates. |
onunload() | If present, this action is invoked by the correlator after all instances of a monitor have terminated, just before the last monitor instance is unloaded. |
onBeginRecovery() | If present, this action is invoked by the correlator during recovery of a persistence-enabled correlator. The correlator executes onBeginRecovery() on monitors and any live events after it reinjects source code and restores state in persistent monitors. |
onConcludeRecovery() | If present, this action is invoked by the correlator during recovery of a persistence-enabled correlator. The correlator executes onConcludeRecovery() on monitors and any live events before it begins to send clock ticks. |