Uses of Class
org.exolab.jms.message.MessageId

Uses of MessageId in org.exolab.jms.message
 

Methods in org.exolab.jms.message that return MessageId
 MessageId MessageHandle.getMessageId()
          Return the message id
 MessageId MessageImpl.getMessageId()
          Return the message id
 

Uses of MessageId in org.exolab.jms.messagemgr
 

Methods in org.exolab.jms.messagemgr that return MessageId
 MessageId PersistentMessageHandle.getMessageId()
          Return the identity of the underlying message
 MessageId TransientMessageHandle.getMessageId()
          Return the message id
 

Methods in org.exolab.jms.messagemgr with parameters of type MessageId
 void PersistentMessageHandle.setMessageId(MessageId id)
          Set the identity of the underlying message
 void TransientMessageHandle.setMessageId(MessageId id)
          Set the message identity
 



Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.