Skip navigation links

Oracle® OLAP Java API Reference
11g Release 1 (11.1)

B28128-01


Package oracle.olapi.transaction

Contains interfaces that define classes that are involved in transactions between Oracle OLAP and an OLAP client application and Exception classes that an application might encounter.

See:
          Description

Interface Summary
Transaction An interface that represents an OLAP transaction with an Oracle Database instance.
TransactionProvider An interface that defines an OLAP transaction provider.

 

Exception Summary
ActiveSubtransactionsException Indicates that the current Transaction has child Transaction objects that the application must commit or roll back before committing or rolling back the current Transaction.
CommitException Indicates that the attempt to commit the Transaction failed.
CommitWarningsException Indicates that the attempt to commit the Transaction succeeded, but that there are warning messages.
IncrementalChangeException Indicates that a change that an application has made since the last interaction with the Oracle OLAP server is invalid.
NotCommittableException Indicates that the TransactionProvider has determined that the query defined in the current Transaction is invalid and the TransactionProvider is therefore preventing the application from committing the Transaction.
NotPreparedException Indicates that the TransactionProvider has not prepared the current Transaction and therefore it cannot commit the Transaction.
TransactionalObjectInvalidException Indicates that the TransactionalObject is not valid in the current Transaction.
TransactionInactiveException Indicates that the current Transaction has already been committed or rolled back by the application and is therefore no longer active.
TransactionTypeUnavailableException Indicates that the type of the Transaction requested is not available.
WriteLockException Indicates that the TransactionProvider cannot create a write Transaction at this time.

 

Package oracle.olapi.transaction Description

Contains interfaces that define classes that are involved in transactions between Oracle OLAP and an OLAP client application and Exception classes that an application might encounter.


Skip navigation links

Copyright © 2002, 2007, Oracle. All rights reserved.