EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0705
Class epp_PanData

java.lang.Object
  |
  +--org.omg.CORBA.portable.ObjectImpl
        |
        +--org.openrtk.idl.epp0705.epp_PanData
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object, java.io.Serializable
Direct Known Subclasses:
epp_ContactPanData, epp_DomainPanData, epp_HostPanData

public abstract class epp_PanData
extends org.omg.CORBA.portable.ObjectImpl
implements org.omg.CORBA.portable.IDLEntity

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

See Also:
Serialized Form

Field Summary
 java.lang.String m_date
          The date this pending action completed or failed in the server.
 boolean m_result
          The result flag for this pending action -- true == successful
 epp_TransID m_trid
          The client and server TRID pair from the EPP request/response which trigger this pending action.
 
Constructor Summary
epp_PanData()
          Empty constructor
epp_PanData(boolean _m_result, epp_TransID _m_trid, java.lang.String _m_date)
          The constructor with initializing variables.
 
Method Summary
 java.lang.String[] _ids()
          Method required by ObjectImpl and the CORBA Object interface.
 java.lang.String getDate()
          Accessor method for the pending action's completion or failure
 boolean getResult()
          Accessor method for the boolean result of the execution of the pending action.
 epp_TransID getTrid()
          Accessor method for the client and server TRID pair associated with the pending action
 void setDate(java.lang.String value)
          Accessor method for the pending action's completion or failure
 void setResult(boolean value)
          Accessor method for the boolean result of the execution of the pending action.
 void setTrid(epp_TransID value)
          Accessor method for the client and server TRID pair associated with the pending action
 
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, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

m_result

public boolean m_result
The result flag for this pending action -- true == successful


m_trid

public epp_TransID m_trid
The client and server TRID pair from the EPP request/response which trigger this pending action.


m_date

public java.lang.String m_date
The date this pending action completed or failed in the server.

Constructor Detail

epp_PanData

public epp_PanData()
Empty constructor


epp_PanData

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

Parameters:
_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

setResult

public void setResult(boolean value)
Accessor method for the boolean result of the execution of the pending action. true == successful execution

Parameters:
value - The result flag
See Also:
m_result

getResult

public boolean getResult()
Accessor method for the boolean result of the execution of the pending action. true == successful execution

Returns:
The result flag
See Also:
m_result

setTrid

public void setTrid(epp_TransID value)
Accessor method for the client and server TRID pair associated with the pending action

Parameters:
value - The client/server TRID pair
See Also:
m_trid

getTrid

public epp_TransID getTrid()
Accessor method for the client and server TRID pair associated with the pending action

Returns:
The client/server TRID pair
See Also:
m_trid

setDate

public void setDate(java.lang.String value)
Accessor method for the pending action's completion or failure

Parameters:
value - The date of the pending action's completion or failure
See Also:
m_date

getDate

public java.lang.String getDate()
Accessor method for the pending action's completion or failure

Returns:
The date of the pending action's completion or failure
See Also:
m_date

_ids

public java.lang.String[] _ids()
Method required by ObjectImpl and the CORBA Object interface. Always returns null. It's only here to satisfy the CORBA requirements of the IDL usage.

Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl

EPP RTK
for Java v 0.7.2

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