org.jencks.factory
Class LocalTransactionFactoryBean
java.lang.Object
org.jencks.factory.LocalTransactionFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean
- public class LocalTransactionFactoryBean
- extends Object
- implements org.springframework.beans.factory.FactoryBean
This FactoryBean creates the local transaction strategy for the
JCA connection manager used.
This class can be injected in the ConnectionManagerFactoryBean to
configure the ConnectionManager instance returned.
- Author:
- Thierry Templier
- See Also:
ConnectionManagerFactoryBean.setTransactionSupport(TransactionSupport)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalTransactionFactoryBean
public LocalTransactionFactoryBean()
getObject
public Object getObject()
throws Exception
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
getObjectType
public Class getObjectType()
- Specified by:
getObjectType
in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.springframework.beans.factory.FactoryBean
Copyright © 2005 LogicBlaze, Inc.. All Rights Reserved.