public interface TransactionPolicyFactory
| Modifier and Type | Method and Description |
|---|---|
TransactionPolicy |
createTransactionPolicy(TransactionType type)
Creates and begins a TransactionPolicy for the specified TransactionType.
|
TransactionPolicy createTransactionPolicy(TransactionType type) throws SystemException, ApplicationException
type - the desired type of transactionApplicationException - if recoverable exception is encounteredSystemException - if an unrecoverable exception is encountered