EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0705.host
Class epp_HostPanData

java.lang.Object
  |
  +--org.omg.CORBA.portable.ObjectImpl
        |
        +--org.openrtk.idl.epp0705.epp_PanData
              |
              +--org.openrtk.idl.epp0705.host.epp_HostPanData
All Implemented Interfaces:
epp_PollResData, epp_PollResDataOperations, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object, java.io.Serializable

public class epp_HostPanData
extends epp_PanData
implements epp_PollResData

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/epp0705/host/epp_HostPanData.java,v 1.1 2003/03/20 22:42:31 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/20 22:42:31 $

See Also:
Serialized Form

Field Summary
 java.lang.String m_name
          The name of the host for this pending action notification
static java.lang.String m_type
          Constant variable defined by IDLs.
 
Fields inherited from class org.openrtk.idl.epp0705.epp_PanData
m_date, m_result, m_trid
 
Constructor Summary
epp_HostPanData()
          Empty constructor
epp_HostPanData(java.lang.String _m_name, boolean _m_result, epp_TransID _m_trid, java.lang.String _m_date)
          The constructor with initializing variables.
 
Method Summary
 java.lang.String getName()
          Accessor method for the name of the host object in the registry
 java.lang.String getType()
          Access method for the m_type constant.
 void setName(java.lang.String value)
          Accessor method for the name of the host object in the registry
 java.lang.String toString()
          Converts this class into a string.
 
Methods inherited from class org.openrtk.idl.epp0705.epp_PanData
_ids, getDate, getResult, getTrid, setDate, setResult, setTrid
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

m_type

public static final java.lang.String m_type
Constant variable defined by IDLs.

Used when this classes is used to hold the poll response data pertaining to host pending action notifications. The value of this constant links this class to a set of poll response data.

See Also:
Constant Field Values

m_name

public java.lang.String m_name
The name of the host for this pending action notification

Constructor Detail

epp_HostPanData

public epp_HostPanData()
Empty constructor


epp_HostPanData

public epp_HostPanData(java.lang.String _m_name,
                       boolean _m_result,
                       epp_TransID _m_trid,
                       java.lang.String _m_date)
The constructor with initializing variables.

Parameters:
_m_name - The name of the host 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)
Method Detail

getType

public java.lang.String getType()
Access method for the m_type constant.

Specified by:
getType in interface epp_PollResDataOperations
See Also:
m_type

setName

public void setName(java.lang.String value)
Accessor method for the name of the host object in the registry

Parameters:
value - The host name
See Also:
m_name

getName

public java.lang.String getName()
Accessor method for the name of the host object in the registry

Returns:
The host name
See Also:
m_name

toString

public java.lang.String toString()
Converts this class into a string. Typically used to view the object in debug output.

Overrides:
toString in class org.omg.CORBA.portable.ObjectImpl
Returns:
The string representation of this object instance

EPP RTK
for Java v 0.7.2

Copyright ? 2001-2002 - Tucows, Inc., 2003 - LibertyRMS