Oracle Configuration Interface Object API Specification
Version: 11.5.10.23.13
Part No: B14186-01

Uses of Class
oracle.apps.cz.cio.ConfigTransaction

Packages that use ConfigTransaction
oracle.apps.cz.cio Provides classes used to create, save and restore configurations.  

 

Uses of ConfigTransaction in oracle.apps.cz.cio

 

Fields in oracle.apps.cz.cio declared as ConfigTransaction
static oracle.apps.cz.cio.ConfigTransaction Quick.tr
           

 

Methods in oracle.apps.cz.cio that return ConfigTransaction
 oracle.apps.cz.cio.ConfigTransaction Configuration.beginConfigTransaction()
          Creates a new transaction.
 oracle.apps.cz.cio.ConfigTransaction Configuration.beginConfigTransaction(boolean autoCommit)
          Deprecated. Creates a new transaction and specifies the auto commit mode. Note: Users should not create a nested transaction when there are other uncommitted actions in the same transaction.

 

Methods in oracle.apps.cz.cio with parameters of type ConfigTransaction
 void Configuration.endConfigTransaction(oracle.apps.cz.cio.ConfigTransaction transaction)
          Ends the given transaction if it matches with current one in the configuration.
 void Configuration.commitConfigTransaction(oracle.apps.cz.cio.ConfigTransaction transaction)
          Commits the given transaction if it matches with current one in the configuration.
 void Configuration.rollbackConfigTransaction(oracle.apps.cz.cio.ConfigTransaction transaction)
          Rolls back the given transaction if it matches with current one in the configuration.

 


Oracle Configuration Interface Object API Specification
Version: 11.5.10.23.13
Part No: B14186-01

Copyright © 1999, 2004, Oracle. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.