class UISocketNotification

UISocketNotification is the notification variant of UISocketElement.

Inheritance:


Public Methods

[more] UISocketNotification()
Basic Constructor for UISocketNotification
[more]AbstractUISocketElement* clone()
Return the Cloned copy of UISocketNotification Object
[more]bool setState(string state)
Set State of the Notification.
[more]string getState()
Get the value of state of Notification.


Inherited from AbstractUISocketElement:

Public Fields

oSession* session
olist<string> dimensionList

Public Methods

ostring getElementId()
ovoid setElementId(string elementId)
obool isDimensional()
ovoid setDimensional(bool isDimensional)
oSocketDescription* getSocket()
ovoid setSocket(SocketDescription* socketDescription)
oSession* getSession()
ovoid setSession(Session* session)
obool isIncludeRes()
ovoid setIncludeRes(bool isIncludeRes)
ovirtual void addSocketElement(AbstractUISocketElement*socketElement)
ovirtual SocketElementList* getElementIdSocketElementMap()
ovirtual void setElementIdSocketElementMap(SocketElementList* elementIdSocketElementMap)
ovirtual void parse(IXML_Node* rootElement)


Documentation

UISocketNotification is the notification variant of UISocketElement. It provides the functionality for acknowledging notifications.

o UISocketNotification()
Basic Constructor for UISocketNotification

oAbstractUISocketElement* clone()
Return the Cloned copy of UISocketNotification Object
Returns:
AbstractUISocketElement Object

obool setState(string state)
Set State of the Notification.

Parameters:
state - a String value of state
Returns:
whether state is set successfully or not

ostring 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++.