org.openrtk.idl.epp0604

Class epp_MessageQueue

Implemented Interfaces:
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/epp0604/epp_MessageQueue.java,v 1.1 2003/03/21 15:54:15 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 15:54:15 $
See Also:
epp_Response.setMessageQueue(epp_MessageQueue)

Field Summary

int
m_count
The number of the service messages queued in EPP server for client retrieval.
String
m_id
String
m_msg
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, String _m_queue_date, String _m_msg, String _m_id)
The constructor with initializing variables.

Method Summary

int
getCount()
Accessor method for the number of the service messages queued for client retrieval
String
getId()
String
getMsg()
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
setId(String value)
void
setMsg(String value)
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.

Field Details

m_count

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

m_id

public String m_id

m_msg

public String m_msg

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

Constructor Details

epp_MessageQueue

public epp_MessageQueue()
Empty constructor

epp_MessageQueue

public epp_MessageQueue(int _m_count,
                        String _m_queue_date,
                        String _m_msg,
                        String _m_id)
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 Details

getCount

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

getId

public String getId()

getMsg

public String getMsg()

getQueueDate

public 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

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

setId

public void setId(String value)

setMsg

public void setMsg(String value)

setQueueDate

public void setQueueDate(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

toString

public String toString()
Converts this class into a string. Typically used to view the object in debug output.
Returns:
The string representation of this object instance

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