org.springframework.jee.config
Class AbstractServiceEnvironment

java.lang.Object
  extended by 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

Field Summary
protected  Log log
           
protected  PlatformTransactionManager transactionManager
           
 
Constructor Summary
AbstractServiceEnvironment()
           
 
Method Summary
 PlatformTransactionManager getTransactionManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transactionManager

protected PlatformTransactionManager transactionManager

log

protected final Log log
Constructor Detail

AbstractServiceEnvironment

public AbstractServiceEnvironment()
Method Detail

getTransactionManager

public final PlatformTransactionManager getTransactionManager()
Specified by:
getTransactionManager in interface ServiceEnvironment


Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.