org.jencks.factory
Class LocalTransactionFactoryBean

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

Constructor Summary
LocalTransactionFactoryBean()
           
 
Method Summary
 Object getObject()
           
 Class getObjectType()
           
 boolean isSingleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalTransactionFactoryBean

public LocalTransactionFactoryBean()
Method Detail

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.