All Frameworks Class Hierarchy This Framework Previous Next Indexes
ObjectModelerBase Interface CATICatalogManager
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---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
-
- 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
public virtual int Size( | )=0 |
-
- 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