|
|||||||||||
| 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),
GeronimoTransactionManagerFactoryBean| Nested Class Summary | |
class |
UserTransactionFactoryBean.GeronimoUserTransaction
Deprecated. This wrapper around the OnlineUserTransaction performs per-thread initialization of the geronimo transaction layer. |
| Constructor Summary | |
UserTransactionFactoryBean()
Deprecated. |
|
| Method Summary | |
void |
afterPropertiesSet()
Deprecated. 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()
Deprecated. |
Class |
getObjectType()
Deprecated. |
boolean |
isSingleton()
Deprecated. |
void |
setConnectionTrackingCoordinator(org.apache.geronimo.connector.outbound.connectiontracking.ConnectionTrackingCoordinator coordinator)
Deprecated. Set the connection tracking coordinator to configure the user transaction. |
void |
setTransactionContextManager(org.apache.geronimo.transaction.context.TransactionContextManager manager)
Deprecated. 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.FactoryBeanExceptionpublic Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanpublic 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.InitializingBeanException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||