DocBook|Search
Class Reference
%SYSTEM.Activate
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%SYSTEM] >  [Activate]
Private  Storage  

abstract class %SYSTEM.Activate extends Help

The %SYSTEM.Activate class provides an interface to the Cache Activate API

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4


Summary

Methods
Available Help Initialize LoadTypeLibrary
Uninitialize


Methods

• classmethod Available() as %Boolean
• classmethod Initialize() as %Status
Initialize prepares the Activate subsystem for use. Must be called prior to using any Activate Objects
• classmethod LoadTypeLibrary(Filename, Package, Flags) as %Status
LoadTypeLibrary loads the COM typelibrary specifed by the Filename parameter. The created files are placed into the package defined by the parameter Package in the current namespace. Flags is an optional parameter which controls the compilation of the generated classes. See documentation for %apiOBJ for a full description of the meaning of the Flags parameter
• classmethod Uninitialize() as %Status
Uninitialize tears down the Activate subsystem, reclaiming memory and system resources. Call following last use of any Activate Objects