Method Summary |
|
public String | getID() This method returns the id of this messsage. |
public Message | getMessage() This method returns the message object. |
public String | getMessageQueueName() This method returns the name of the messaqe queue to which this message
is assigned. |
public Date | nextProcessTime() This method returns the next process time for this message. |
public void | remove() This method is responsible from removing this message from the db. |
public void | updateMessage(Message updatedMessage) This method updates the message object. |