com.googlecode.jpattern.service.transaction
Interface ITransactionService

All Superinterfaces:
IService, java.io.Serializable
All Known Implementing Classes:
NullTransactionService

public interface ITransactionService
extends IService

Author:
Francesco Cina' 28 Mar 2011

Method Summary
 ATransactionManager getDefaultTransactionManager()
           
 ATransactionManager getTransactionManager(java.lang.String transactionManagerName)
           
 
Methods inherited from interface com.googlecode.jpattern.core.IService
getName
 

Method Detail

getTransactionManager

ATransactionManager getTransactionManager(java.lang.String transactionManagerName)

getDefaultTransactionManager

ATransactionManager getDefaultTransactionManager()


Copyright © 2011. All Rights Reserved.