org.springframework.jee.config
Class SimpleServiceEnvironment
java.lang.Object
org.springframework.jee.config.SimpleServiceEnvironment
- All Implemented Interfaces:
- ServiceEnvironment
public class SimpleServiceEnvironment
- extends Object
- implements ServiceEnvironment
A simple javabean implemention (useful in tests) of ServiceEnvironment.
- Author:
- Costin Leau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleServiceEnvironment
public SimpleServiceEnvironment()
SimpleServiceEnvironment
public SimpleServiceEnvironment(PlatformTransactionManager transactionManager)
getTransactionManager
public PlatformTransactionManager getTransactionManager()
- Specified by:
getTransactionManager
in interface ServiceEnvironment
setTransactionManager
public void setTransactionManager(PlatformTransactionManager transactionManager)
- Parameters:
transactionManager
- The transactionManager to set.
Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.