Arch Sub-System: Group - GroupMessenger

01 This class implements data transportation with the group with the messaging system.
02

[C++] class GroupMessenger: public Group, public IMessageListener
[C#] class GroupMessenger: Group, IMessageListener

03

Public Methods

TypeNameDescription
Constructor() Constructs an object.
voidHandleMessage() IMessageListener implementation.
04

Protected Methods

TypeNameMessage notification
voidOnStateData() MsgArchGroupStateData
voidOnLocalPresent() MsgArchGroupLocalPresence
voidOnMemberPresent() MsgArchGroupMemberPresence
voidOnMemberLost() MsgArchGroupMemberPresence
voidOnReceive() MsgArchGroupRcv
05 This class reimplements the group callbacks and generates corresponding messages (from the Arch message group) to notify the events.
For data transmission, dedicated messages act as wrapper around transported messages, specifying extra information.
06 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Group Sub-System, Group

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.