Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Uses of Interface
oracle.jbo.Transaction

Packages that use Transaction
oracle.adf.model.binding Contains the abstract implementation of ADFm binding objects. 
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.client.remote   
oracle.jbo.common.ws   
oracle.jbo.domain   
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.server.ejb   
oracle.jbo.uicli.jui Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 

 

Uses of Transaction in oracle.adf.model.binding

 

Methods in oracle.adf.model.binding that return Transaction
 Transaction DCControlBinding.getTransaction()
          Returns the Transaction object for the current BC4J session.
 Transaction DCBindingContainerValidationEvent.getTransaction()
           

 

Uses of Transaction in oracle.jbo

 

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

 

Constructors in oracle.jbo with parameters of type Transaction
ViewClearCacheEvent(Transaction source, ViewObject[] vos)
          Creates a View Object clear-cache event.
TransactionStateEvent(Transaction source, int eventType)
          Creates a transacation state event.
TransactionStateEvent(Transaction source, int eventType, boolean clearCache)
          Creates a transacation state event.

 

Uses of Transaction in oracle.jbo.client.remote

 

Classes in oracle.jbo.client.remote that implement Transaction
 class ApplicationModuleImpl
          Abstract application module proxy.

 

Methods in oracle.jbo.client.remote that return Transaction
 Transaction ApplicationModuleImpl.getTransaction()
           

 

Methods in oracle.jbo.client.remote with parameters of type Transaction
 void SQLValueImpl.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
           

 

Constructors in oracle.jbo.client.remote with parameters of type Transaction
LobDomainOutputStream(Transaction am, DomainOwnerInterface row, java.lang.String id)
           
LobDomainInputStream(Transaction am, DomainOwnerInterface row, java.lang.String id)
           
ClobDomainCharacterStream(Transaction am, DomainOwnerInterface row, java.lang.String id)
           
ClobDomainCharacterOutputStream(Transaction am, DomainOwnerInterface row, java.lang.String id)
           

 

Uses of Transaction in oracle.jbo.common.ws

 

Methods in oracle.jbo.common.ws that return Transaction
 Transaction WSApplicationModuleImpl.getTransaction()
           

 

Uses of Transaction in oracle.jbo.domain

 

Methods in oracle.jbo.domain with parameters of type Transaction
 void SQLValue.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
           
 void NullValue.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Internal: Applications should not invoke this method.
 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 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.

 

Uses of Transaction in oracle.jbo.server

 

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

 

Classes in oracle.jbo.server that implement Transaction
 class DBTransactionImpl
          The superclass of classes representing connections of middle-tier objects to databases.
 class DBTransactionImpl2
           Implementation of DBTransaction interface for representing both "connected" and "not connected" state.
 class NullDBTransactionImpl
          Deprecated. Since Jdeveloper 9.0.3. No replacement.

 

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

 

Methods in oracle.jbo.server with parameters of type Transaction
 void SQLValueImpl.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
           
 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 SequenceImpl.setContext(DomainOwnerInterface owner, Transaction trans, java.lang.Object ctx)
          Internal: Applications should not use this method.
 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 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 AttributeDefImpl.loadFromStatement(java.sql.PreparedStatement cs, int index, Transaction trans)
          Internal: Applications should not use this method.

 

Uses of Transaction in oracle.jbo.server.ejb

 

Methods in oracle.jbo.server.ejb that return Transaction
 Transaction LocalApplicationModuleImpl.getTransaction()
           

 

Uses of Transaction in oracle.jbo.uicli.jui

 

Methods in oracle.jbo.uicli.jui with parameters of type Transaction
 void JUPanelBinding.callBeforeSaveTransaction(Transaction txn)
          Deprecated. since 9.0.5, Use callBeforeSaveTransaction(DCDataControl)

 

Constructors in oracle.jbo.uicli.jui with parameters of type Transaction
JUPanelValidationEvent(JUFormBinding source, Transaction txn)
          Deprecated. since 9.0.5. use the constructor with datacontrol instead.

 


Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

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