|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jencks.factory.TransactionManagerFactoryBean
This FactoryBean creates and configures the Geronimo implementation of the TransactionManager interface.
UnrecoverableLog,
HOWLLog| Constructor Summary | |
TransactionManagerFactoryBean()
|
|
| Method Summary | |
void |
afterPropertiesSet()
|
Object |
getObject()
|
Class |
getObjectType()
|
Collection |
getResourceManagers()
|
boolean |
isSingleton()
|
void |
setDefaultTransactionTimeoutSeconds(int timeout)
Set the default transaction timeout in second. |
void |
setResourceManagers(Collection resourceManagers)
Set the resource managers |
void |
setTransactionLog(org.apache.geronimo.transaction.manager.TransactionLog log)
Set the transaction log for the transaction context manager. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TransactionManagerFactoryBean()
| Method Detail |
public Object getObject()
throws Exception
getObject in interface org.springframework.beans.factory.FactoryBeanExceptionpublic Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanpublic void setDefaultTransactionTimeoutSeconds(int timeout)
public void setTransactionLog(org.apache.geronimo.transaction.manager.TransactionLog log)
public Collection getResourceManagers()
public void setResourceManagers(Collection resourceManagers)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||