class UCHLocalStore

Maintain the Store and provide methods to get/set information.

Inheritance:


Public Methods

[more]static IUCHStore* getInstance()
UCHLocalStore is singleton class.
[more]void* getValue(string key)
Get the Value from store from the value of key.
[more]void setValue(string key, void* value)
Set the key-value pair in store.


Inherited from IUCHStore:


Documentation

Maintain the Store and provide methods to get/set information.

ostatic IUCHStore* getInstance()
UCHLocalStore is singleton class. It's Instance can be retrieved using this method.
Returns:
UCHLocalStore Object.

ovoid* getValue(string key)
Get the Value from store from the value of key.

Parameters:
key - a String value of key
Returns:
an Object of value

ovoid setValue(string key, void* value)
Set the key-value pair in store.

Parameters:
key - a String value of key
value - an Object of value


This class has no child classes.
Author:
Parikshit Thakur & Team, Trace R&D Center
Version:
Revision: 1.0

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.