Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CODEX_Server::ServerResponseEvent Class Reference

Send the response to a request to a server. More...

#include <ServerResponseEvent.h>

Inheritance diagram for CODEX_Server::ServerResponseEvent:

Inheritance graph
[legend]
Collaboration diagram for CODEX_Server::ServerResponseEvent:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ServerResponseEvent (CODEX_Events::Activity *source, ServerResponseHandler *destination, const CODEX_Quorum::Message &message, int server)
 Constructor.
virtual ~ServerResponseEvent ()
 Virtual destructor.
const CODEX_Quorum::Messagemessage () const
 The response to send.
int server () const
 The server to contact.
bool handle ()
 This virtual method allows a derived class to call the handler for its appropriate Activity, thereby enabling the Activity to distinguish the event by overloading on type.
Activitysource ()
 The Activity that created this event.

Protected Attributes

CODEX_Quorum::Message m_message
 The response.
int m_server
 The server.
Activity * m_source
 Source of this event.

Detailed Description

Send the response to a request to a server.

Definition at line 33 of file ServerResponseEvent.h.


The documentation for this class was generated from the following files:
Generated on Fri May 6 17:42:45 2005 for COrnell Data EXchange (CODEX) by  doxygen 1.4.1