org.openrtk.idl.epprtk
Class epp_Greeting
java.lang.Object
org.openrtk.idl.epprtk.epp_Greeting
- org.omg.CORBA.portable.IDLEntity
public class epp_Greeting
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class that contains elements to state the EPP server's abilities.
The greeting returned by the server is in response to a successful connection
or the hello request initiated by the client.
It lists the languages and protocol versions supported by the server, the
services and data collection policy offered by the server.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epprtk/epp_Greeting.java,v 1.1 2004/12/07 15:27:49 ewang2004 Exp $
$Revision: 1.1 $
$Date: 2004/12/07 15:27:49 $
m_server_date
public String m_server_date
The server's current date and time in UTC.
m_server_id
public String m_server_id
The name of the server.
m_svc_menu
public epp_ServiceMenu m_svc_menu
The services offered by the server.
epp_Greeting
public epp_Greeting()
Empty constructor
epp_Greeting
public epp_Greeting(String _m_server_id,
String _m_server_date,
epp_ServiceMenu _m_svc_menu,
epp_DataCollectionPolicy _m_dcp)
The constructor with initializing variables.
_m_server_id
- The name of the server_m_server_date
- The server's current date and time in UTC_m_svc_menu
- The services offered by the server_m_dcp
- The data collection policy of the server
getDcp
public epp_DataCollectionPolicy getDcp()
Accessor method for the data collection policy of the server
- The data collection policy of the server
getServerDate
public String getServerDate()
Accessor method for the server's current date and time in UTC
- The server's current date and time
getServerId
public String getServerId()
Accessor method for the name of the server
getSvcMenu
public epp_ServiceMenu getSvcMenu()
Accessor method for the services offered by the server
setDcp
public void setDcp(epp_DataCollectionPolicy value)
Accessor method for the data collection policy of the server
value
- The data collection policy of the server
setServerDate
public void setServerDate(String value)
Accessor method for the server's current date and time in UTC
value
- The server's current date and time
setServerId
public void setServerId(String value)
Accessor method for the name of the server
value
- The name of the server
setSvcMenu
public void setSvcMenu(epp_ServiceMenu value)
Accessor method for the services offered by the server
value
- The service element
toString
public String toString()
Converts this class into a string.
Typically used to view the object in debug output.
- The string representation of this object instance
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS