com.xenonsoft.bridgetown.aop.transaction
Interface ITransactionConfig

All Known Implementing Classes:
TransactionConfig

public interface ITransactionConfig

The interface for a transaction configuration

Version:
$Id: ITransactionConfig.java,v 1.5 2005/03/17 02:35:51 peter_pilgrim Exp $
Author:
Peter Pilgrim, 26-Oct-2004

Field Summary
static int DEFAULT_TIMEOUT
          A constant that denotes the transaction time out is the application server or JTA provider default.
 
Method Summary
 TransactionDemarcationEnum getDemarcation()
          Gets the demarcation
 TransactionIsolationEnum getIsolationLevel()
          Gets the isolationLevel
 int getTransactionTimeout()
          Gets the transactionTimeout
 boolean isReadOnly()
          Gets the readOnly
 

Field Detail

DEFAULT_TIMEOUT

public static final int DEFAULT_TIMEOUT
A constant that denotes the transaction time out is the application server or JTA provider default.

See Also:
Constant Field Values
Method Detail

getDemarcation

public TransactionDemarcationEnum getDemarcation()
Gets the demarcation

Returns:
Returns the demarcation.

getIsolationLevel

public TransactionIsolationEnum getIsolationLevel()
Gets the isolationLevel

Returns:
Returns the isolationLevel.

isReadOnly

public boolean isReadOnly()
Gets the readOnly

Returns:
Returns the readOnly.

getTransactionTimeout

public int getTransactionTimeout()
Gets the transactionTimeout

Returns:
Returns the transactionTimeout.


Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.