org.openrtk.idl.epp0503
Class epp_MessageQueue
java.lang.Object
org.openrtk.idl.epp0503.epp_MessageQueue
- org.omg.CORBA.portable.IDLEntity
public class epp_MessageQueue
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
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/epp0503/epp_MessageQueue.java,v 1.1 2003/03/21 16:18:25 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:18:25 $
int | m_count - The number of the service messages queued in EPP server for client retrieval.
|
String | m_queue_date - The date and time that a particular message was enqueued.
|
int | getCount() - Accessor method for the number of the service messages queued for client retrieval
|
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(String value) - Accessor method for the date and time that a particular message was enqueued
|
String | toString() - Converts this class into a string.
|
m_count
public int m_count
The number of the service messages queued in EPP server for client retrieval.
m_queue_date
public String m_queue_date
The date and time that a particular message was enqueued.
Only be present when returning a message in a poll response
epp_MessageQueue
public epp_MessageQueue()
Empty constructor
epp_MessageQueue
public epp_MessageQueue(int _m_count,
String _m_queue_date)
The constructor with initializing variables.
_m_count
- The number of the service messages queued for client retrieval_m_queue_date
- The date and time that a particular message was enqueued
getCount
public int getCount()
Accessor method for the number of the service messages queued for client retrieval
- The number of the service messages
getQueueDate
public String getQueueDate()
Accessor method for the date and time that a particular message was enqueued
- The date and time that a particular message was enqueued
setCount
public void setCount(int value)
Accessor method for the number of the service messages queued for client retrieval
value
- The number of the service messages
setQueueDate
public void setQueueDate(String value)
Accessor method for the date and time that a particular message was enqueued
value
- The date and time that a particular message was enqueued
toString
public String toString()
Converts this class into a string.
Typically used to view the object in debug output.
- The string representation of this object instance
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS