org.openrtk.idl.epprtk
Class epp_PanData
org.omg.CORBA.portable.ObjectImpl
org.openrtk.idl.epprtk.epp_PanData
- org.omg.CORBA.portable.IDLEntity
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/epprtk/epp_PanData.java,v 1.1 2004/12/07 15:27:49 ewang2004 Exp $
$Revision: 1.1 $
$Date: 2004/12/07 15:27:49 $
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.
|
String[] | _ids() - Method required by ObjectImpl and the CORBA Object interface.
|
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(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
|
m_date
public String m_date
The date this pending action completed or failed in the server.
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.
epp_PanData
public epp_PanData()
Empty constructor
epp_PanData
public epp_PanData(boolean _m_result,
epp_TransID _m_trid,
String _m_date)
The constructor with initializing variables.
_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)
_ids
public 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.
getDate
public String getDate()
Accessor method for the pending action's completion or failure
- The date of the pending action's completion or failure
getResult
public boolean getResult()
Accessor method for the boolean result of the execution of the pending action.
true == successful execution
getTrid
public epp_TransID getTrid()
Accessor method for the client and server TRID pair associated with the pending action
- The client/server TRID pair
setDate
public void setDate(String value)
Accessor method for the pending action's completion or failure
value
- The date of the pending action's completion or failure
setResult
public void setResult(boolean value)
Accessor method for the boolean result of the execution of the pending action.
true == successful execution
setTrid
public void setTrid(epp_TransID value)
Accessor method for the client and server TRID pair associated with the pending action
value
- The client/server TRID pair
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS