Business Components

Uses of Interface
oracle.jbo.Transaction

Packages that use.*
PackageDescription
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.domain   
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.uicli.binding Contains JClient classes that handle interaction with BC4J objects for various JClient bindings. 
oracle.jbo.uicli.jui Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 
 

Uses of Transaction in oracle.jbo
 

Methods in oracle.jbo that return Transaction
TypeName
 Transaction ApplicationModule.getTransaction()
          Gets this Application Module's database transaction.
 

Constructors in oracle.jbo with parameters of type Transaction
TypeName
TransactionStateEvent(Transaction source, int eventType)
          Creates a row set management event.
 

Uses of Transaction in oracle.jbo.domain
 

Methods in oracle.jbo.domain with parameters of type Transaction
TypeName
 void DomainInterface.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Internal: Applications should not use this method.
 void DateDomain.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Deprecated.  
 void SQLValue.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
           
 void BlobDomainInterface.loadFromDatabase(Transaction transaction)
           
 void BlobDomainInterface.saveToDatabase(Transaction transaction)
           
 void BlobDomainInterface.saveToDatabase(Transaction transaction, java.lang.Object emptySQLObject)
          Internal: Applications should not use this method.
 void NullValue.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Internal: Applications should not invoke this method.
 

Uses of Transaction in oracle.jbo.server
 

Subinterfaces of Transaction in oracle.jbo.server
TypeName
 interface DBTransaction
          Interface representing the server side of database connections and transactions.
 

Classes in oracle.jbo.server that implement Transaction
TypeName
 class DBTransactionImpl
          The superclass of classes representing connections of middle-tier objects to databases.
 class NullDBTransactionImpl
          Internal: Applications should not use this class.
 

Methods in oracle.jbo.server that return Transaction
TypeName
 Transaction ApplicationModuleImpl.getTransaction()
          Returns the transaction information.
 

Methods in oracle.jbo.server with parameters of type Transaction
TypeName
 java.lang.Object BaseSQLBuilderImpl.doLoadFromStatement(java.lang.Object theTypeFactory, java.lang.Object theElemFactory, java.lang.Class theJavaType, java.sql.PreparedStatement ps, int index, Transaction trans)
           
 java.lang.Object OracleSQLBuilderImpl.doLoadFromStatement(java.lang.Object theTypeFactory, java.lang.Object theElemFactory, java.lang.Class theJavaType, java.sql.PreparedStatement ps, int index, Transaction trans)
           
 java.lang.Object AttributeDefImpl.loadFromStatement(java.sql.PreparedStatement cs, int index, Transaction trans)
          Internal: Applications should not use this method.
 java.lang.Object SQLBuilder.doLoadFromStatement(java.lang.Object theTypeFactory, java.lang.Object theElemFactory, java.lang.Class theJavaType, java.sql.PreparedStatement ps, int index, Transaction trans)
          Loads an object from a result set.
 void SQLValueImpl.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
           
 void SequenceImpl.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Internal: Applications should not use this method.
 

Uses of Transaction in oracle.jbo.uicli.binding
 

Methods in oracle.jbo.uicli.binding that return Transaction
TypeName
 Transaction JUControlBinding.getTransaction()
          Returns the Transaction object for the current BC4J session.
 

Methods in oracle.jbo.uicli.binding with parameters of type Transaction
TypeName
protected abstract  void JUFormBinding.callBeforeSaveTransaction(Transaction txn)
          Invoked before the ensuing transaction's commit method is invoked by the framework.
 

Uses of Transaction in oracle.jbo.uicli.jui
 

Methods in oracle.jbo.uicli.jui that return Transaction
TypeName
 Transaction JUPanelValidationEvent.getTransaction()
           
 

Methods in oracle.jbo.uicli.jui with parameters of type Transaction
TypeName
protected  void JUPanelBinding.callBeforeSaveTransaction(Transaction txn)
          Forces the current control to stop it's editing mode (if any like in JTable).
 

Constructors in oracle.jbo.uicli.jui with parameters of type Transaction
TypeName
JUPanelValidationEvent(JUFormBinding source, Transaction txn)
           
 


Business Components