Business Components

Uses of Interface
oracle.jbo.server.TransactionHandlerFactory

Packages that use TransactionHandlerFactory
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of TransactionHandlerFactory in oracle.jbo.server
 

Classes in oracle.jbo.server that implement TransactionHandlerFactory
 class DefaultTxnHandlerFactoryImpl
          The default implementation of the TransactionHandlerFactory interface.
 

Methods in oracle.jbo.server that return TransactionHandlerFactory
 TransactionHandlerFactory SessionImpl.getTransactionHandlerFactory()
           
 

Methods in oracle.jbo.server with parameters of type TransactionHandlerFactory
 void SessionImpl.setTransactionHandlerFactory(TransactionHandlerFactory fac)
           
 


Business Components