All Frameworks Class Hierarchy This Framework Indexes
ObjectModelerBase Interface CATICatalogManager
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATICatalogManager
- Deprecated:
- V5R17 CATCatalogFactoryServices
Interface to manage catalog access.
Role: a catalog is a document containing StartUps.
For specific client catalogs, use CATCatalogFactoryServices.
- See also:
- CATICatalog
Method Index
- o
IsLoaded(CATUnicodeString&)
-
- o
Size()
-
Methods
o IsLoaded
| public virtual IsLoaded( | const | storageName) |
-
- Deprecated:
- V5R17
Tests if a given catalog is ever loaded. This method is uselesss,
methods loading a catalog done the test.
- Parameters:
-
- storageName
- storage name of the catalog
- Returns:
- 1 if the catalog is in session.
0 if not.
o Size
-
- Deprecated:
- V5R17
Get the number of managed catalogs.
This object is included in the file: CATICatalogManager.h
If needed, your Imakefile.mk should include the module: CATObjectModelerBase