Driver-side
The following are Driver-side phases:
|
Phase |
Description |
|
Driver Serialize Jar |
The serialization of the JAR file when the JAR file is set. |
|
Driver Serialize Instance |
The serialization of the Service instance object. |
|
Driver Serialize Input |
The serialization of the Service input. |
|
Driver Send Input |
The time the Driver sends the input message to the Broker. Keep in mind that more than one input can be sent in one message. |
|
Driver Call Completed |
The callback of a successful task. |
|
Driver Call Failed |
The callback of a failed task. |
|
Driver Download Output: |
The download of output over DDT. |
|
Driver Deserialize Output |
|
|
Driver Retrieve Output |
The time at which the Driver receives the output message from the Broker. Keep in mind that more than one output can be retrieved in one message. |