Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-03


oracle.jbo.server.ejb
Class EJBTxnHandlerFactoryImpl

java.lang.Object
  extended by oracle.jbo.server.ejb.EJBTxnHandlerFactoryImpl

All Implemented Interfaces:
TransactionHandlerFactory

public class EJBTxnHandlerFactoryImpl
extends java.lang.Object
implements TransactionHandlerFactory

Constructor Summary
EJBTxnHandlerFactoryImpl(javax.ejb.SessionContext ctx)
           
EJBTxnHandlerFactoryImpl(javax.ejb.SessionContext ctx, boolean beanManaged)
           

 

Method Summary
 JTATransactionHandler createJTATransactionHandler()
           
 TransactionHandler createTransactionHandler()
          Uses the current database connection to create a transaction handler.
 boolean isBeanManaged()
           
 void setTransactionTimeOut(int timeout)
           
 void setTransactionTimeOut(int timeout, boolean timeOutAfterBegin)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

EJBTxnHandlerFactoryImpl

public EJBTxnHandlerFactoryImpl(javax.ejb.SessionContext ctx)

EJBTxnHandlerFactoryImpl

public EJBTxnHandlerFactoryImpl(javax.ejb.SessionContext ctx,
                                boolean beanManaged)

Method Detail

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

isBeanManaged

public boolean isBeanManaged()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-03


Copyright © 1997, 2009, Oracle. All rights reserved.