|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jencks.factory.UserTransactionFactoryBean
This FactoryBean creates and configures the Geronimo implementation of the UserTransaction interface.
This factory is based on the Geronimo Transaction Context Manager and Connection Tracking Coordinator.
UserTransactionImpl.setUp(TransactionContextManager, org.apache.geronimo.transaction.TrackedConnectionAssociator)
,
UserTransactionImpl.setOnline(boolean)
Constructor Summary | |
UserTransactionFactoryBean()
|
Method Summary | |
void |
afterPropertiesSet()
This method instanciates the Geronimo user transaction implementation and sets up it with the transaction context manager used and a connection tracking coordinator. |
Object |
getObject()
|
Class |
getObjectType()
|
boolean |
isSingleton()
|
void |
setConnectionTrackingCoordinator(org.apache.geronimo.connector.outbound.connectiontracking.ConnectionTrackingCoordinator coordinator)
Set the connection tracking coordinator to configure the user transaction. |
void |
setTransactionContextManager(org.apache.geronimo.transaction.context.TransactionContextManager manager)
Set the transaction context manager to configure the user transaction. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserTransactionFactoryBean()
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 setTransactionContextManager(org.apache.geronimo.transaction.context.TransactionContextManager manager)
public void setConnectionTrackingCoordinator(org.apache.geronimo.connector.outbound.connectiontracking.ConnectionTrackingCoordinator coordinator)
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 |