libepp_nicbr
Public Member Functions | Protected Attributes | List of all members
PollCmd Class Reference

EPP PollCmd Class. More...

#include <PollCmd.H>

Inheritance diagram for PollCmd:
Command

Public Member Functions

 PollCmd (bool reset=true)
 Default constructor.
 
void set_op (const string &op)
 Sets the operation of the poll command ("req" or "ack") More...
 
void set_msgID (const string &msgID)
 Sets the msgID of the message being acknowledged. More...
 
string get_op () const
 Returns the operation of the poll command. More...
 
string get_msgID () const
 Returns the msgID of the message. More...
 
void reset ()
 reset attributes
 
- Public Member Functions inherited from Command
 Command (bool reset=true)
 Default constructor.
 
void reset ()
 Reset object attributes. More...
 
virtual ~Command ()
 virtual destructor
 
void set_clTRID (const string &clTRID)
 Sets clTRID. More...
 
string get_clTRID () const
 Returns clTRID. More...
 

Protected Attributes

string _op
 Operation.
 
string _msgID
 Message id.
 
- Protected Attributes inherited from Command
string _clTRID
 Client Transaction ID.
 

Detailed Description

EPP PollCmd Class.

Member Function Documentation

string PollCmd::get_msgID ( ) const
inline

Returns the msgID of the message.

Returns
message id

References _msgID.

Referenced by cmd_poll().

string PollCmd::get_op ( ) const
inline

Returns the operation of the poll command.

Returns
operation

References _op.

Referenced by cmd_poll().

void PollCmd::set_msgID ( const string &  msgID)
inline

Sets the msgID of the message being acknowledged.

Parameters
msgIDmessage id (just in "ack" operation)

References _msgID.

Referenced by cmd_poll().

void PollCmd::set_op ( const string &  op)
inline

Sets the operation of the poll command ("req" or "ack")

Parameters
opoperation ("req" or "ack")

References _op.

Referenced by cmd_poll().


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