fr.dyade.aaa.util
Interface TransactionMBean

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

public interface TransactionMBean


Method Summary
 int getPhase()
           
 java.lang.String getPhaseInfo()
           
 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()


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