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 () |
void | InitializeL | ( | ) | [pure virtual] |
Expected to install an active object in the SSM Utility Server's active scheduler.
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.
void | StartL | ( | ) | [pure virtual] |
Expected to start running an active object in the SSM Utility Server's active scheduler.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.