All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Public Member Functions | Friends | List of all members
net::DataSetRequest Class Reference

A GET or REMOVE request message. More...

#include <server_protocol.h>

Inheritance diagram for net::DataSetRequest:
Inheritance graph
[legend]
Collaboration diagram for net::DataSetRequest:
Collaboration graph
[legend]

Public Member Functions

 DataSetRequest (Command cmd)
 
void setSequenceNumber (int sn)
 
int getSequenceNumber () const
 
- Public Member Functions inherited from net::RequestMessage
 RequestMessage (Command cmd)
 
Command getCommand ()
 
void setDssName (const std::string &name)
 
std::string getDssName () const
 

Friends

std::ostream & operator<< (std::ostream &os, const DataSetRequest &msg)
 

Additional Inherited Members

- Protected Attributes inherited from net::RequestMessage
Command command
 
std::string dssName
 

Detailed Description

A GET or REMOVE request message.

A GET or REMOVE message is defined by the DataSet sequence number to be retrieved or removed.


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