oracle.jbo.server.ejb
Class EJBTxnHandlerFactoryImpl
java.lang.Object
oracle.jbo.server.ejb.EJBTxnHandlerFactoryImpl
- All Implemented Interfaces:
- TransactionHandlerFactory
- public class EJBTxnHandlerFactoryImpl
- extends java.lang.Object
- implements TransactionHandlerFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJBTxnHandlerFactoryImpl
public EJBTxnHandlerFactoryImpl(javax.ejb.SessionContext ctx)
EJBTxnHandlerFactoryImpl
public EJBTxnHandlerFactoryImpl(javax.ejb.SessionContext ctx,
boolean beanManaged)
createTransactionHandler
public TransactionHandler createTransactionHandler()
- Description copied from interface:
TransactionHandlerFactory
- Uses the current database connection to create a transaction handler.
- Specified by:
createTransactionHandler
in interface TransactionHandlerFactory
setTransactionTimeOut
public void setTransactionTimeOut(int timeout)
setTransactionTimeOut
public void setTransactionTimeOut(int timeout,
boolean timeOutAfterBegin)
createJTATransactionHandler
public JTATransactionHandler createJTATransactionHandler()
- Specified by:
createJTATransactionHandler
in interface TransactionHandlerFactory
Copyright © 1997, 2004, Oracle. All rights reserved.