com.googlecode.jpattern.service.transaction
Class NullTransactionService

java.lang.Object
  extended by com.googlecode.jpattern.service.transaction.NullTransactionService
All Implemented Interfaces:
IService, ITransactionService, java.io.Serializable

public class NullTransactionService
extends java.lang.Object
implements ITransactionService

Author:
Francesco Cina' 5 Apr 2011
See Also:
Serialized Form

Constructor Summary
NullTransactionService()
           
 
Method Summary
 ATransactionManager getDefaultTransactionManager()
           
 java.lang.String getName()
           
 ATransactionManager getTransactionManager(java.lang.String transactionManagerName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullTransactionService

public NullTransactionService()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface IService

getTransactionManager

public ATransactionManager getTransactionManager(java.lang.String transactionManagerName)
Specified by:
getTransactionManager in interface ITransactionService

getDefaultTransactionManager

public ATransactionManager getDefaultTransactionManager()
Specified by:
getDefaultTransactionManager in interface ITransactionService


Copyright © 2011. All Rights Reserved.