GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::DRI::Data::StatusList(3) User Contributed Perl Documentation Net::DRI::Data::StatusList(3)

Net::DRI::Data::StatusList - Handle a collection of statuses for an object, in a registry independent fashion for Net::DRI

You should never have to use this class directly, but you may get back objects that are instances of subclasses of this class. An object of this class can store the statuses' names, with a message for each and a language tag, and any other stuff, depending on registry.

returns 1 if these statuses enable an object to be active

returns 1 if these statuses enable the object to be published on registry DNS servers

returns 1 if these statuses are for an object that is pending some action at registry

returns 1 if these statuses are for an object that is linked to another one at registry

returns 1 if these statuses allow to update the object at registry

returns 1 if these statuses allow to transfer the object at registry

returns 1 if these statuses allow to delete the object at registry

returns 1 if these statuses allow to renew the object at registry

returns an array with the list of available status to use in the no() call

can be used to build a status, which will be added to the list. Must be given three parameters: a status (from list given by "possible_no()"), a message (optional), a lang (optional, default to 'en')

You may also use the following methods, but they should be less useful as the purpose of the module is to give an abstract view of the underlying statuses.

to get only the statuses' names, as an array of sorted names

to get an hash ref with all status information

returns 1 if the object has any of the statuses given as arguments

returns 1 if the object has none of the statuses given as arguments

For now, support questions should be sent to:

<netdri@dotandco.com>

Please also see the SUPPORT file in the distribution.

http://www.dotandco.com/services/software/Net-DRI/

Patrick Mevzek, <netdri@dotandco.com>

Copyright (c) 2005,2006,2007,2008 Patrick Mevzek <netdri@dotandco.com>. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

See the LICENSE file that comes with this distribution for more details.

2010-03-25 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.