libepp_nicbr
|
EPP DomainCheckCmd Class. More...
#include <DomainCheckCmd.H>
Public Member Functions | |
DomainCheckCmd (bool reset=true) | |
Default constructor. | |
void | insert_domain (const string &domain) |
Add a domain name to the list. More... | |
set< string > | get_domains_list () const |
Returns domains list. More... | |
void | set_launch (const LaunchCheckCmd &launch) |
Sets the launch. More... | |
LaunchCheckCmd | get_launch () const |
Returns the launch. More... | |
bool | has_extension () const |
Check if there is any extension. | |
bool | has_launch_extension () const |
Check if there is launch extension. | |
void | reset () |
Reset object attributes. | |
![]() | |
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 | |
set< string > | _domains_list |
Domains list. | |
LaunchCheckCmd | _launch |
Launch. | |
![]() | |
string | _clTRID |
Client Transaction ID. | |
EPP DomainCheckCmd Class.
|
inline |
Returns domains list.
References _domains_list.
Referenced by cmd_domain_check().
|
inline |
|
inline |
Add a domain name to the list.
domain | domain to be added to list |
References _domains_list.
Referenced by cmd_domain_check().
|
inline |