ActiveDemoSender_msg_ Class Reference

#include <demo1.h>

Inherited by ActiveDemoSender_msg_startSending.

List of all members.

Public Member Functions

virtual elementResult run (ActiveDemoSender *)
virtual string declaration ()


Detailed Description

Represents the basic message that is used to queue or deliver a call to the true ActiveDemoSender. ActiveDemoSender_msg_ has a run method which is invoked by ActiveObject whenever it wants to handle the message. For each declared method in the active object description, a specific subclass of ActiveDemoSender_msg_ has been generated. See inheritance diagram. The message classes are automatically instantiated by the active object stub DemoSender

Definition at line 58 of file demo1.h.


Member Function Documentation

virtual string ActiveDemoSender_msg_::declaration (  )  [inline, virtual]

Returns the name of this message. Since this is the message baseclass it has no identity and will return 'Unknown Message'

Reimplemented in ActiveDemoSender_msg_startSending.

Definition at line 73 of file demo1.h.

virtual elementResult ActiveDemoSender_msg_::run ( ActiveDemoSender  )  [inline, virtual]

Called by ActiveObject to handle this queued message. arg caller is the ActiveDemoSender itself.

Reimplemented in ActiveDemoSender_msg_startSending.

Definition at line 65 of file demo1.h.


The documentation for this class was generated from the following file:

Generated on Sun Apr 4 23:26:07 2010 for Active Objects by  doxygen 1.5.9