Sun Microsystems 3 Tablet Accessory User Manual


 
Conductor Script Commands
Appendix A Conductor Script Commands 299
RollbackTransaction {session_ID | transaction_ID}
To commit an in-progress iIS engine transaction, use the CommitTransaction
command. To list all in-progress iIS engine transactions for a given engine, use the
ListTransactions command.
SendMessage
The SendMessage command sends a message to a specified sessions on the current
engine.
SendMessage session_id message urgency
The SendMessage command is only available when an engine is current. Use the
FindEngine Script command to set the current engine.
The
SendMessage command is used to notify a session about a pending
administrative action, such as a request for consultation, pending suspension of the
session, and so forth.
Argument Description
session_ID The identifier of the session which has a transaction in a PREPARE
phase. A session can have only one in-progress two-phase
transaction.
transaction_ID The identifier of the transaction in a PREPARE phase.
Argument Description
session_id The specified session.
message An alphanumeric string that constitutes the text of the message.
Message text must be enclosed in double quotes.
urgency One of two specified string constants: INFORMATIONAL or
CRITICAL.