Skip navigation links

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

E17060-03


Package oracle.odi.core.persistence.transaction

Provides Oracle Data Integrator core infrastructure transaction management API.

See:
          Description

Interface Summary
ITransactionDefinition Interface that defines ODI transaction properties.
ITransactionManager Transaction management interface.
ITransactionStatus Represents the status of a transaction.

 

Exception Summary
CannotCreateTransactionException Exception thrown when a transaction can't be created using an underlying transaction API.
IllegalTransactionStateException Exception thrown when the existence or non-existence of a transaction amounts to an illegal state according to the transaction propagation behavior that applies.
TransactionException Superclass for all transaction exceptions.
TransactionSystemException Exception thrown when a general transaction system error is encountered, like on commit or rollback.
TransactionUsageException Exception, which shows inappropriate usage of a ODI transaction API.
UnexpectedRollbackException Thrown when an attempt to commit a transaction resulted in an unexpected rollback.

 

Package oracle.odi.core.persistence.transaction Description

Provides Oracle Data Integrator core infrastructure transaction management API. This API allows to manage transaction demarcation of repository data access code in a none intrusive way.

Since:
11.1.1.3.0

Skip navigation links

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

E17060-03


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