All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

InteractiveInterfaces Interface CATIIniSettingManagment

System.IUnknown
  |
  +---CATIIniSettingManagment
 

Usage: you can reimplement this interface by deriving the supplied CATEIniSettingManagment adapter class.


interface CATIIniSettingManagment

Interface to handle the controller of setting repository.
Role: This interface must be implemented by a component which represents the controller of the setting file.
To create this controller see CATIniCleanerSettingCtrl .
This controller must implemented:

BOA information: this interface CANNOT be implemented using the BOA (Basic Object Adapter). To know more about the BOA, refer to the CAA Encyclopedia home page. Click Middleware at the bottom left, then click the Object Modeler tab page. Several articles deal with the BOA.

See also:
CATSettingRepository


Method Index


o Commit()
Makes a persistent copy of the setting file in Memory.
o ResetToAdminValues()
Restores the administrated values of the attributes.
o Rollback()
Restores a previous persistent copy of the setting file in Memory.
o SaveRepository()
Makes a persistent copy of the setting file on file.

Methods


o Commit
public virtual HRESULT Commit()= 0
Makes a persistent copy of the setting file in Memory.
o ResetToAdminValues
public virtual HRESULT ResetToAdminValues()= 0
Restores the administrated values of the attributes.
o Rollback
public virtual HRESULT Rollback()= 0
Restores a previous persistent copy of the setting file in Memory.
o SaveRepository
public virtual HRESULT SaveRepository()= 0
Makes a persistent copy of the setting file on file.

This object is included in the file: CATIIniSettingManagment.h
If needed, your Imakefile.mk should include the module: CATInteractiveInterfaces

Copyright © 2003, Dassault Systèmes. All rights reserved.