The following table describes the Rhapsody variables that are exposed during the execution of scripts for this communication point and which scripts they may be used from.
Property |
Description |
Initialization |
Receive |
Done |
Send |
---|---|---|---|---|---|
log |
A Log object that allows logging to the Rhapsody log files. |
Y |
Y |
Y |
Y |
conn |
A Connection object that provides access to the underlying transport connection. |
Y |
Y |
Y |
Y |
result |
A Message object that is populated by the script. |
|
Y |
|
|
success |
A Boolean that indicates whether or not the last received message has been accepted by the Rhapsody server. This is normally used to inform the remote system that the message can be removed. |
|
|
Y |
|
message |
A ROMessage (read-only message) object that gives the script access to the message so it can send it via the transport connection. |
|
|
|
Y |