MFrameworkSP Class Reference

#include <mw/mframeworksp.h>

class MFrameworkSP
Public Member Functions
pure virtual CAttributeLookupTable &AttributeLookup()
pure virtual CWapGCtxClient &GlobalContext()
pure virtual CLocalContext &LocalContext()
pure virtual MWAPEngineObserver *Observer()
pure virtual CXmlTaskCoordinator &TaskCoordinator()
pure virtual MWtaiPublicObserver &WtaiPublicObserver()

Detailed Description

Deprecated

Member Function Documentation

AttributeLookup ( )

CAttributeLookupTable &AttributeLookup()[pure virtual]
Intended Usage : Gets the Attribute Look Up Table.
Since
6.0
Return Value
A reference to the Attribute Look Up Table.

GlobalContext ( )

CWapGCtxClient &GlobalContext()[pure virtual]
Intended Usage : Gets WAP Global Context.
Since
6.0
Return Value
A reference to the WAP Global Context.

LocalContext ( )

CLocalContext &LocalContext()[pure virtual]
Intended Usage : Gets WAP Local Context.
Since
6.0
Return Value
A reference to the WAP Local Context.

Observer ( )

MWAPEngineObserver *Observer()[pure virtual]
Intended Usage : Return a pointer to the engine observer (pointer because it could be NULL).
Since
6.0
Return Value
A pointer to the MWAPEngineObsever object.

TaskCoordinator ( )

CXmlTaskCoordinator &TaskCoordinator()[pure virtual]
Intended Usage : Gets the Task Coordinator.
Since
6.0
Return Value
A reference to the Task Coordinater.

WtaiPublicObserver ( )

MWtaiPublicObserver &WtaiPublicObserver()[pure virtual]
Intended Usage :
Since
6.0
Return Value
A reference to the WtaiPublic observer