fr.dyade.aaa.util
Interface TransactionMBean

All Known Subinterfaces:
ATransactionMBean, DBTransactionMBean, JTransactionMBean, NGTransactionMBean, NTransactionMBean, NullTransactionMBean
All Known Implementing Classes:
ATransaction, DBTransaction, DerbyDBTransaction, JTransaction, MySQLDBTransaction, NGTransaction, NTransaction, NullTransaction

public interface TransactionMBean


Method Summary
 int getPhase()
           
 java.lang.String getPhaseInfo()
           
 long getStartTime()
          Returns the starting time.
 boolean isPersistent()
          Tests if the Transaction component is persistent.
 

Method Detail

isPersistent

boolean isPersistent()
Tests if the Transaction component is persistent.

Returns:
true if the component is persistent; false otherwise.

getPhase

int getPhase()

getPhaseInfo

java.lang.String getPhaseInfo()

getStartTime

long getStartTime()
Returns the starting time.

Returns:
The starting time.


Copyright © 2011 ScalAgent D.T.. All Rights Reserved.