|
|||||||||||
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()
|
org.apache.geronimo.gbean.ReferenceCollection |
getResourceManagers()
|
boolean |
isSingleton()
|
void |
setDefaultTransactionTimeoutSeconds(int timeout)
Set the default transaction timeout in second. |
void |
setResourceManagers(org.apache.geronimo.gbean.ReferenceCollection 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.FactoryBean
Exception
public 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 org.apache.geronimo.gbean.ReferenceCollection getResourceManagers()
public void setResourceManagers(org.apache.geronimo.gbean.ReferenceCollection resourceManagers)
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |