EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0402
Class epp_MessageQueue

java.lang.Object
  |
  +--org.openrtk.idl.epp0402.epp_MessageQueue
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

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/epp0402/epp_MessageQueue.java,v 1.1 2003/03/21 16:35:39 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:35:39 $

See Also:
epp_Response.setMessageQueue(epp_MessageQueue), Serialized Form

Field 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

m_count

public int m_count
The number of the service messages queued in EPP server for client retrieval.

See Also:
setCount(int), getCount()

m_queue_date

public java.lang.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

See Also:
setQueueDate(String), getQueueDate()
Constructor Detail

epp_MessageQueue

public epp_MessageQueue()
Empty constructor


epp_MessageQueue

public epp_MessageQueue(int _m_count,
                        java.lang.String _m_queue_date)
The constructor with initializing variables.

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

setCount

public void setCount(int value)
Accessor method for the number of the service messages queued for client retrieval

Parameters:
value - The number of the service messages
See Also:
m_count

getCount

public int getCount()
Accessor method for the number of the service messages queued for client retrieval

Returns:
The number of the service messages
See Also:
m_count

setQueueDate

public void setQueueDate(java.lang.String value)
Accessor method for the date and time that a particular message was enqueued

Parameters:
value - The date and time that a particular message was enqueued
See Also:
m_queue_date

getQueueDate

public java.lang.String getQueueDate()
Accessor method for the date and time that a particular message was enqueued

Returns:
The date and time that a particular message was enqueued
See Also:
m_queue_date

toString

public java.lang.String toString()
Converts this class into a string. Typically used to view the object in debug output.

Overrides:
toString in class java.lang.Object
Returns:
The string representation of this object instance

EPP RTK
for Java v 0.7.2

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