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 java.lang.Object
implements ServiceEnvironment

Simple abstract base class.

Author:
Costin Leau

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

Field Detail

transactionManager

protected org.springframework.transaction.PlatformTransactionManager transactionManager

log

protected final org.apache.commons.logging.Log log
Constructor Detail

AbstractServiceEnvironment

public AbstractServiceEnvironment()
Method Detail

getTransactionManager

public final org.springframework.transaction.PlatformTransactionManager getTransactionManager()
Specified by:
getTransactionManager in interface ServiceEnvironment


Copyright 2006 Interface21. All Rights Reserved.