Business Components

Uses of Interface
oracle.jbo.server.TransactionHandlerFactory

Packages that use.*
PackageDescription
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
TypeName
 class DefaultTxnHandlerFactoryImpl
          The default implementation of the TransactionHandlerFactory interface.
 

Methods in oracle.jbo.server that return TransactionHandlerFactory
TypeName
 TransactionHandlerFactory SessionImpl.getTransactionHandlerFactory()
          Get the session's transaction handler factory.
 

Methods in oracle.jbo.server with parameters of type TransactionHandlerFactory
TypeName
 void SessionImpl.setTransactionHandlerFactory(TransactionHandlerFactory fac)
          Set the session's transaction handler factory.
 


Business Components