Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   Related Pages  

CODEX_Server::RoutingInfo Class Reference

This class provides routing information that can be added to a message in order to trace it back to its originating server. More...

#include <RoutingInfo.h>

Inheritance diagram for CODEX_Server::RoutingInfo:

Inheritance graph
[legend]
List of all members.

Public Methods

 RoutingInfo (unsigned char *server, unsigned char *seqNum)
 The constructor takes ownership of the pointers passed to it.

virtual ~RoutingInfo ()
 Virtual destructor.

const unsigned char * server () const
 
Returns:
The ID of the server.


const unsigned char * seqNum () const
 
Returns:
The unique ID for a request from server.



Detailed Description

This class provides routing information that can be added to a message in order to trace it back to its originating server.

Definition at line 27 of file RoutingInfo.h.


Constructor & Destructor Documentation

CODEX_Server::RoutingInfo::RoutingInfo unsigned char *    server,
unsigned char *    seqNum
[inline]
 

The constructor takes ownership of the pointers passed to it.

Parameters:
server  The server originating a request.
seqNum  The unique identifier for the request from server.

Definition at line 35 of file RoutingInfo.h.

References seqNum(), and server().

Referenced by CODEX_KeyService::RoutedClientMessageEvent< MT >::RoutedClientMessageEvent(), CODEX_APSS::RoutedMessageEventBase::RoutedMessageEventBase(), and CODEX_KeyService::SupportedClientResponseEventBase::SupportedClientResponseEventBase().


The documentation for this class was generated from the following file:
Generated on Wed Jun 2 16:33:21 2004 for COrnell Data EXchange (CODEX) by doxygen1.2.18