Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

net::epp::frame::command(3pm) [debian man page]

Net::EPP::Frame::Command(3pm)				User Contributed Perl Documentation			     Net::EPP::Frame::Command(3pm)

NAME
Net::EPP::Frame::Command - an instance of Net::EPP::Frame for client commands DESCRIPTION
This module is a base class for the Net::EPP::Frame::* subclasses, you should never need to access it directly. OBJECT HIERARCHY
L<XML::LibXML::Node> +----L<XML::LibXML::Document> +----L<Net::EPP::Frame> +----L<Net::EPP::Frame::Command> METHODS
my $object = $frame->addObject(@spec); This method creates and returns a new element corresponding to the data in @spec, and appends it to the "command" element (as returned by the "getCommandType()" method below). The Net::EPP::Frame::ObjectSpec module can be used to quickly retrieve EPP object specifications. my $type = $frame->getCommandType; This method returns a scalar containing the command type (eg 'create'). my $type = $frame->getCommandNode; This method returns the XML::LibXML::Element object corresponding to the command in question, eg the "<create>" element (for a Net::EPP::Frame::Command::Create object). It is within this element that EPP objects are placed. my $node = $frame->command; This method returns the XML::LibXML::Element object corresponding to the "<command>" element. my $node = $frame->clTRID; This method returns the XML::LibXML::Element object corresponding to the "<clTRID>" element. AUTHOR
CentralNic Ltd (http://www.centralnic.com/). COPYRIGHT
This module is (c) 2012 CentralNic Ltd. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
o Net::EPP::Frame perl v5.14.2 2012-04-23 Net::EPP::Frame::Command(3pm)

Check Out this Related Man Page

Net::EPP::Frame::Hello(3pm)				User Contributed Perl Documentation			       Net::EPP::Frame::Hello(3pm)

NAME
Net::EPP::Frame::Hello - an instance of Net::EPP::Frame for client greetings DESCRIPTION
This module is a subclass of Net::EPP::Frame that represents EPP client greetings. Clients can send a greeting to an EPP server at any time during a session. According to the EPP RFC, the server must transmit an EPP greeting frame to the client upon connection, and in response to an EPP "<hello>" command. The "<greeting>" frame provides information about the server, including the server time, access control rules, and a list of the object types that are provisioned by the server. OBJECT HIERARCHY
L<XML::LibXML::Node> +----L<XML::LibXML::Document> +----L<Net::EPP::Frame> +----L<Net::EPP::Frame::Hello> METHODS
This module does not define any methods in addition to those it inherits from its ancestors. AUTHOR
CentralNic Ltd (http://www.centralnic.com/). COPYRIGHT
This module is (c) 2012 CentralNic Ltd. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
o Net::EPP::Frame perl v5.14.2 2012-04-23 Net::EPP::Frame::Hello(3pm)
Man Page

7 More Discussions You Might Find Interesting

1. Programming

Frame buffer implementation in Linux

At present, Iam working on Linux Framebuffer device console. I have a doubt sir. Please solve this. *How to display a string or a character in Frame buffer in C language? *What is the library file (is it <linux/fb.h> or other one?) used to do all I/O function manipulations like printing,... (0 Replies)
Discussion started by: chandra80
0 Replies

2. Programming

User Frame & Stack

Can anybody tell me what a user frame & stack looks like on a sun, hp, powerpc system? (0 Replies)
Discussion started by: John Budnik
0 Replies

3. AIX

AIX System Loses communication

We run an RS/6000 SP Frame. One of the nodes running (AIX 5), in the frame, seems to run fine for a few weeks and then will no longer communicate with the outside world. I can not telnet to the server or ping the server. This is true for both the ethernet and serial connection. I believe what... (3 Replies)
Discussion started by: k11rh
3 Replies

4. Programming

Build an Ethernet Frame in C

Hi, I must build an ethernet frame in C! How I can do it? (7 Replies)
Discussion started by: prompt
7 Replies

5. Programming

Dataset Library for C?

I am looking for an opensource dataset library for C. Something equivalent to ADO.Net. Specifically, I am looking for the following features: 1. Create a Dataset from a file (XML or CSV). 2. Create a Dataset from a select query using an ODBC connection. 3. Load a created Dataset into a... (1 Reply)
Discussion started by: a_programmer
1 Replies

6. AIX

How to find pair VIOS?

Hi, I have the scenario, that there 3 VIOS in a Frame in this 2 are in dual VIOS My question is how to find which VIOS are in dual? Also, any vios command to identify the pair member (hostname) of a dual VIOS Regards, Siva (3 Replies)
Discussion started by: ksgnathan
3 Replies

7. AIX

AIX Frame: NIC port down

NIC port is down on IBM Frame. From the back its slot C7/C8. The network switch is the problem, and a new switch will be coming into play. There's one VIO and one LPAR. How do i tell the port is down in the OS on the VIO? And how can i verify it's backup without pulling cables? We have a... (1 Reply)
Discussion started by: gps1976
1 Replies