MSsmUtility Class Reference

class MSsmUtility

This interface is used for plug-ins in the SSM Utility Server that are intended to monitor some aspect of the system.

SSM_START_SSM_UTILITY_PLUGIN

Public Member Functions
voidInitializeL()
voidRelease()
voidStartL()

Member Functions Documentation

InitializeL()

voidInitializeL()[pure virtual]

Expected to install an active object in the SSM Utility Server's active scheduler.

Release()

voidRelease()[pure virtual]

Expected to stop, remove and delete the active object that was installed and started with the InitialiseL and StartL members of this interface. Should also free resources allocated for this derived M class.

StartL()

voidStartL()[pure virtual]

Expected to start running an active object in the SSM Utility Server's active scheduler.