org.springframework.jee.config
Class AbstractServiceEnvironment
java.lang.Object
org.springframework.jee.config.AbstractServiceEnvironment
- All Implemented Interfaces:
- ServiceEnvironment
- Direct Known Subclasses:
- AutodetectBeanFactoryServiceEnvironment, JtaServiceEnvironment
public abstract class AbstractServiceEnvironment
- extends Object
- implements ServiceEnvironment
Simple abstract base class.
- Author:
- Costin Leau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
transactionManager
protected PlatformTransactionManager transactionManager
log
protected final Log log
AbstractServiceEnvironment
public AbstractServiceEnvironment()
getTransactionManager
public final PlatformTransactionManager getTransactionManager()
- Specified by:
getTransactionManager
in interface ServiceEnvironment
Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.