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
 org.springframework.transaction.PlatformTransactionManager getTransactionManager()
           
 

Method Detail

getTransactionManager

org.springframework.transaction.PlatformTransactionManager getTransactionManager()


Copyright 2006 Interface21. All Rights Reserved.