Object
The Object of an instrumentation phase can be one of the following
|
Object |
Description |
|
Jar |
The JAR file, which is only used for dynamic class loading. |
|
Instance |
The instance object, which is either the task or the initialization data. |
|
Input |
The input data or message. |
|
Output |
The output data or message. |
|
Update |
The update data, message, or call. |
|
Checkpoint |
Checkpoint data, if checkpointing is enabled. |
|
Library |
A native library. |
|
Initialize |
The initialization call. |
|
Service |
The Service call. |
|
Completed |
The callback on completion. |
|
Failed |
The callback on failure. |
|
Serialize |
The call to a user-implemented native serialize method. |
|
Deserialize |
The call to a user-implemented native deserialize method. |