org.springframework.jee.config
Interface ServiceEnvironment

All Known Implementing Classes:
AbstractServiceEnvironment, AutodetectBeanFactoryServiceEnvironment, JtaServiceEnvironment, SimpleServiceEnvironment

public interface ServiceEnvironment

Interface used for providing environment specific properties like transaction manager.

Author:
Rod Johnson, Costin Leau

Method Summary
 PlatformTransactionManager getTransactionManager()
           
 

Method Detail

getTransactionManager

PlatformTransactionManager getTransactionManager()


Copyright © 2007 Interface21. All Rights Reserved.