org.openrtk.idl.epprtk.domain
Class epp_DomainPanData
org.omg.CORBA.portable.ObjectImpl
- epp_PollResData, epp_PollResDataOperations, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object
public class epp_DomainPanData
This class is use exclusively to hold data associate with a Poll response for a pending action notification.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epprtk/domain/epp_DomainPanData.java,v 1.1 2004/12/07 15:27:50 ewang2004 Exp $
$Revision: 1.1 $
$Date: 2004/12/07 15:27:50 $
String | m_name - The name of the domain for this pending action notification
|
static String | m_type - Constant variable defined by IDLs.
|
String | getName() - Accessor method for the name of the domain object in the registry
|
String | getType() - Access method for the m_type constant.
|
void | setName(String value) - Accessor method for the name of the domain object in the registry
|
String | toString() - Converts this class into a string.
|
m_name
public String m_name
The name of the domain for this pending action notification
m_type
public static final String m_type
Constant variable defined by IDLs.
Used when this classes is used to hold the poll response
data pertaining to domain pending action notifications. The value
of this constant links this class to a set of poll response
data.
epp_DomainPanData
public epp_DomainPanData()
Empty constructor
epp_DomainPanData
public epp_DomainPanData(String _m_name,
boolean _m_result,
epp_TransID _m_trid,
String _m_date)
The constructor with initializing variables.
_m_name
- The name of the domain object in the registry_m_result
- The boolean result flag for the action: true == successful execution_m_trid
- The server and client trid pair associated with this pending action_m_date
- The date the pending action completed (or failed)
getName
public String getName()
Accessor method for the name of the domain object in the registry
setName
public void setName(String value)
Accessor method for the name of the domain object in the registry
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