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 © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.