com.imaginary.lwp
Interface DLTransaction

All Known Implementing Classes:
DLTransactionImpl, DLJDBCTransaction

public abstract interface DLTransaction


Method Summary
 void commit()
           
 COM.ibm.mm.sdk.server.DKDatastoreDL getDatastoreDL()
           
 COM.ibm.mm.sdk.server.DKDatastoreTS getDatastoreTS()
           
 void rollback()
           
 

Method Detail

commit

public void commit()
            throws PersistenceException

getDatastoreDL

public COM.ibm.mm.sdk.server.DKDatastoreDL getDatastoreDL()
                                                   throws COM.ibm.mm.sdk.common.DKException

getDatastoreTS

public COM.ibm.mm.sdk.server.DKDatastoreTS getDatastoreTS()
                                                   throws COM.ibm.mm.sdk.common.DKException

rollback

public void rollback()
              throws PersistenceException