|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jencks.factory.TransactionManagerFactoryBean
public class TransactionManagerFactoryBean
This FactoryBean creates and configures the Geronimo implementation of the TransactionManager interface.
UnrecoverableLog
,
HOWLLog
Constructor Summary | |
---|---|
TransactionManagerFactoryBean()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
java.lang.Object |
getObject()
|
java.lang.Class<?> |
getObjectType()
|
java.lang.String |
getTransactionLogDir()
|
org.apache.geronimo.transaction.manager.XidFactory |
getXidFactory()
|
boolean |
isSingleton()
|
void |
setDefaultTransactionTimeoutSeconds(int timeout)
Set the default transaction timeout in second. |
void |
setResourceManagers(java.util.Collection<?> resourceManagers)
Set the resource managers |
void |
setTransactionLog(org.apache.geronimo.transaction.manager.TransactionLog log)
Set the transaction log for the transaction context manager. |
void |
setTransactionLogDir(java.lang.String transactionLogDir)
|
void |
setXidFactory(org.apache.geronimo.transaction.manager.XidFactory xidFactory)
|
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 java.lang.Object getObject() throws java.lang.Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
java.lang.Exception
public void destroy() throws java.lang.Exception
destroy
in interface org.springframework.beans.factory.DisposableBean
java.lang.Exception
public java.lang.Class<?> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
public void setDefaultTransactionTimeoutSeconds(int timeout)
public void setTransactionLog(org.apache.geronimo.transaction.manager.TransactionLog log)
public java.lang.String getTransactionLogDir()
public void setTransactionLogDir(java.lang.String transactionLogDir)
public org.apache.geronimo.transaction.manager.XidFactory getXidFactory()
public void setXidFactory(org.apache.geronimo.transaction.manager.XidFactory xidFactory)
public void setResourceManagers(java.util.Collection<?> resourceManagers)
public void afterPropertiesSet() throws java.lang.Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |