org.jencks.factory
Class NoTransactionFactoryBean

java.lang.Object
  extended byorg.jencks.factory.NoTransactionFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean

public class NoTransactionFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean

This FactoryBean creates the no 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
NoTransactionFactoryBean()
           
 
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

NoTransactionFactoryBean

public NoTransactionFactoryBean()
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.