IBM Tivoli Software IBM Tivoli Software

[ Bottom of Page | Previous Page | Next Page | Contents | Index ]


Generic functions

The following methods help you to express functions for generic activities.

Method EndVisit

Syntax
Object.EndVisit()
Description
Is called at the end of each cycle, to perform clean up operations.
Error code
S_OK

Method Dispose

Syntax
Object.Dispose()
Description
Is called at the end of the monitoring loop, to perform clean up operations.
Error code
S_OK

Method GetProfileName

Syntax
Object.GetProfileName() As String
Returns
The profile name.
Description
Returns the name of the profile to which the resource model belongs.
Error code
S_OK

Method GetGlobalCounter

Syntax
Object.GetGlobalCounter() As String
Returns
The value of the current monitoring loop.
Description
Returns the value of the current monitoring loop. When a resource model starts its monitoring this value is set to 0, and it is increased by one after each successful call to the VisitTree function.
Error code
S_OK

[ Top of Page | Previous Page | Next Page | Contents | Index ]