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
void InitializeL ()
void Release ()
void StartL ()

Member Functions Documentation

InitializeL()

void InitializeL ( ) [pure virtual]

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

Release()

void Release ( ) [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()

void StartL ( ) [pure virtual]

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