|
EPP RTK for Java v 0.7.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.omg.CORBA.portable.ObjectImpl
|
+--org.openrtk.idl.epp0705.epp_PanData
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 $
| 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 |
public boolean m_result
public epp_TransID m_trid
public java.lang.String m_date
| Constructor Detail |
public epp_PanData()
public epp_PanData(boolean _m_result,
epp_TransID _m_trid,
java.lang.String _m_date)
_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 |
public void setResult(boolean value)
value - The result flagm_resultpublic boolean getResult()
m_resultpublic void setTrid(epp_TransID value)
value - The client/server TRID pairm_tridpublic epp_TransID getTrid()
m_tridpublic void setDate(java.lang.String value)
value - The date of the pending action's completion or failurem_datepublic java.lang.String getDate()
m_datepublic java.lang.String[] _ids()
_ids in class org.omg.CORBA.portable.ObjectImpl
|
EPP RTK for Java v 0.7.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||