Public Instance Methods : SstTransactionConfiguration

* basicTransactionClass
	"ACTION
		Answer the class of object to use when instantiating base-level 
		transactions.   This class is assumed to be from an underlying 
		transaction system.

	RETURN VALUE
		<Class>"
Categories
	SST-API Developer
* basicTransactionClass: value
	"ACTION
		Set the class of object to use when instantiating base-level 
		transactions to @value.   @value is assumed to be from an 
		underlying transaction system.

	PARAMETERS
		value : <Class>"
Categories
	SST-API Developer
* instantiate
	"ACTION
		Create and answer a new instance of the receiver's %transactionClass 
		according to the %mode set in the receiver.  See #mode for details.

	RETURN VALUE
		<IdSstTransaction>"
Categories
	SST-API Developer
* mode
	"ACTION
		Answer the mode in which transactions configured according to
		the receiver execute.  See #mode: for details.

	RETURN VALUE
		{SstCheckMode, SstEnsureMode, SstNestedMode, SstDefaultMode}"
Categories
	SST-API Developer
* mode: value
	"ACTION
		Set the mode in which transactions configured according to the
		receiver execute to @value.  The valid settings for @value are
		defined by the following pool variables (from SstConstants):
			SstCheckMode : Check that there is a current transaction and
				return an error if there is none.
			SstEnsureMode : Ensure that there is a current transaction.  If
				one does not exist, create one.
			SstNestedMode : Create a new transaction and nest it inside 
				the current transaction (if any).
			SstDefaultMode : Create a new transaction without checking for
				or nesting in any existing transactions.

	PARAMETERS
		value : {SstCheckMode, SstEnsureMode, SstNestedMode, SstDefaultMode}"
Categories
	SST-API Developer
* transactionClass
	"ACTION
		Answer the class of object to use when instantiating transactions.

	RETURN VALUE
		<Class>"
Categories
	SST-API Developer
* transactionClass: value
	"ACTION
		Set the class of object to use when instantiating transactions to @value

	PARAMETERS
		value : <Class>"
Categories
	SST-API Developer

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