Public Instance Methods : IuSstTransactor

* abort
	"ACTION
		Abort the transaction currently being executed by the receiver
		and shutDown the receiver and all related transactions/tranactors.
		The transaction immediately related to the receiver is passed an
		IuSstError as the abort value.  Any sub-transactions/actors are also 
		aborted with an IuSstError.

	NOTES
		This is an Actor message."
* abort: value
	"ACTION
		Abort the transaction currently being executed by the receiver
		and shutDown the receiver and all related transactions/tranactors.
		@value is the abort value used for the transaction immediately 
		related to the receiver (if any). Any sub-transactions/actors are 
		aborted with an IuSstError.

	PARAMETERS
		value : <Object>

	NOTES
		This is an Actor message."
* commit
	"ACTION
		Commit the transaction currently being executed by the receiver
		and shutDown the receiver and all related transactions/tranactors.
		nil is used as the commit value used for the transaction immediately 
		related to the receiver (if any).  Sub-transactions/actors are commited 
		with some default value (typically nil).

	PARAMETERS
		value : <Object>

	NOTES
		This is an Actor message."
* commit: value
	"ACTION
		Commit the transaction currently being executed by the receiver
		and shutDown the receiver and all related transactions/tranactors.
		@value is the commit value used for the transaction immediately 
		related to the receiver (if any).  Sub-transactions/actors are commited 
		with some default value (typically nil).

	PARAMETERS
		value : <Object>

	NOTES
		This is an Actor message."
* transaction
	"ACTION
		Answer the transaction currently being processed by the receiver.

	RETURN VALUE
		<IdSstTransaction>"
* transactionConfiguration
	"ACTION
		Answer the transaction configuration to use when creating Transaction
		objects for the receiver.

	RETURN VALUE
		<SstTransactionConfiguration>"
* transactionConfiguration: value
	"ACTION
		Set the transaction configuration to use when creating Transaction
		objects for the receiver.

	PARAMETERS
		value : <SstTransactionConfiguration>"

[FIRST] [PREV] [NEXT] [LAST]