org.springframework.jee.config
Class AutodetectBeanFactoryServiceEnvironment

java.lang.Object
  extended by org.springframework.jee.config.AbstractServiceEnvironment
      extended by org.springframework.jee.config.AutodetectBeanFactoryServiceEnvironment
All Implemented Interfaces:
ServiceEnvironment

public class AutodetectBeanFactoryServiceEnvironment
extends AbstractServiceEnvironment

Service environment that does automatic lookup inside the Spring context for a PlatformTransactionManager and picks the first one it finds.

Author:
Costin Leau
See Also:
PlatformTransactionManager

Field Summary
 
Fields inherited from class org.springframework.jee.config.AbstractServiceEnvironment
log, transactionManager
 
Constructor Summary
AutodetectBeanFactoryServiceEnvironment(org.springframework.beans.factory.ListableBeanFactory beanFactory)
           
 
Method Summary
 
Methods inherited from class org.springframework.jee.config.AbstractServiceEnvironment
getTransactionManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutodetectBeanFactoryServiceEnvironment

public AutodetectBeanFactoryServiceEnvironment(org.springframework.beans.factory.ListableBeanFactory beanFactory)


Copyright 2006 Interface21. All Rights Reserved.