UISocketNotification is the notification variant of UISocketElement.
Inheritance:
Public Methods
-
UISocketNotification()
- Basic Constructor for UISocketNotification
-
AbstractUISocketElement* clone()
- Return the Cloned copy of UISocketNotification Object
-
bool setState(string state)
- Set State of the Notification.
-
string getState()
- Get the value of state of Notification.
Public Fields
-
Session* session
-
list<string> dimensionList
Public Methods
-
string getElementId()
-
void setElementId(string elementId)
-
bool isDimensional()
-
void setDimensional(bool isDimensional)
-
SocketDescription* getSocket()
-
void setSocket(SocketDescription* socketDescription)
-
Session* getSession()
-
void setSession(Session* session)
-
bool isIncludeRes()
-
void setIncludeRes(bool isIncludeRes)
-
virtual void addSocketElement(AbstractUISocketElement*socketElement)
-
virtual SocketElementList* getElementIdSocketElementMap()
-
virtual void setElementIdSocketElementMap(SocketElementList* elementIdSocketElementMap)
-
virtual void parse(IXML_Node* rootElement)
Documentation
UISocketNotification is the notification variant of
UISocketElement. It provides the functionality for acknowledging
notifications.
UISocketNotification()
-
Basic Constructor for UISocketNotification
AbstractUISocketElement* clone()
-
Return the Cloned copy of UISocketNotification Object
- Returns:
- AbstractUISocketElement Object
bool setState(string state)
-
Set State of the Notification.
- Parameters:
- state - a String value of state
- Returns:
- whether state is set successfully or not
string getState()
-
Get the value of state of Notification.
- Returns:
- a String value of state
- 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++.