PollCmd Class Reference

EPP PollCmd Class. More...

#include <PollCmd.H>

Inheritance diagram for PollCmd:

Command

List of all members.

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").
void set_msgID (const string &msgID)
 Sets the msgID of the message being acknowledged.
string get_op () const
 Returns the operation of the poll command.
string get_msgID () const
 Returns the msgID of the message.
void reset ()
 reset attributes

Protected Attributes

string _op
 Operation.
string _msgID
 Message 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:
msgID message 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:
op operation ("req" or "ack")

References _op.

Referenced by cmd_poll().


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

Generated on Thu Jan 21 14:44:04 2010 for libepp_nicbr by  doxygen 1.5.9