|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp.epp_MessageQueue
Class that contains elements necessary to present status of the service messages queued in the EPP server for client retrieval.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_MessageQueue.java,v 1.3 2001/12/04 22:32:50 lyin Exp $
epp_Response.setMessageQueue(epp_MessageQueue)
, Serialized FormField Summary | |
int |
m_count
The number of the service messages queued in EPP server for client retrieval. |
java.lang.String |
m_queue_date
The date and time that a particular message was enqueued. |
Constructor Summary | |
epp_MessageQueue()
Empty constructor |
|
epp_MessageQueue(int _m_count,
java.lang.String _m_queue_date)
The constructor with initializing variables. |
Method Summary | |
int |
getCount()
Accessor method for the number of the service messages queued for client retrieval |
java.lang.String |
getQueueDate()
Accessor method for the date and time that a particular message was enqueued |
void |
setCount(int value)
Accessor method for the number of the service messages queued for client retrieval |
void |
setQueueDate(java.lang.String value)
Accessor method for the date and time that a particular message was enqueued |
java.lang.String |
toString()
Converts this class into a string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int m_count
setCount(int)
,
getCount()
public java.lang.String m_queue_date
setQueueDate(String)
,
getQueueDate()
Constructor Detail |
public epp_MessageQueue()
public epp_MessageQueue(int _m_count, java.lang.String _m_queue_date)
_m_count
- The number of the service messages queued for client retrieval_m_queue_date
- The date and time that a particular message was enqueuedMethod Detail |
public void setCount(int value)
value
- The number of the service messagesm_count
public int getCount()
m_count
public void setQueueDate(java.lang.String value)
value
- The date and time that a particular message was enqueuedm_queue_date
public java.lang.String getQueueDate()
m_queue_date
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |