Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Uses of Interface
oracle.odi.core.persistence.transaction.support.ITransactionCallback

Packages that use ITransactionCallback
oracle.odi.core Provides the OdiInstance class that is the entry point to Oracle Data Integrator core infrastructure. 
oracle.odi.core.persistence.transaction.support Support classes for oracle.odi.core.persistence.transaction package. 
 

Uses of ITransactionCallback in oracle.odi.core
 

Methods in oracle.odi.core with parameters of type ITransactionCallback
 java.lang.Object IOdiInstance.execute(ITransactionDefinition pDefinition, ITransactionCallback pCallback)
          Deprecated. Convenient method to execute the action specified by the given callback object within a transaction against this instance of ODI.
 java.lang.Object OdiInstance.execute(ITransactionDefinition pDefinition, ITransactionCallback pCallback)
          Deprecated. As of ODI 11gR2, replaced by TransactionTemplate
 

Uses of ITransactionCallback in oracle.odi.core.persistence.transaction.support
 

Classes in oracle.odi.core.persistence.transaction.support that implement ITransactionCallback
 class TransactionCallbackWithoutResult
          Simple convenience class for ITransactionCallback implementation.
 

Methods in oracle.odi.core.persistence.transaction.support with parameters of type ITransactionCallback
 java.lang.Object TransactionTemplate.execute(ITransactionCallback pAction)
          Execute the action specified by the given callback object within an ODI transaction.
 


Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Copyright © 2010, Oracle and/or its affiliates. All rights reserved.