Uses of Class
org.apache.activemq.store.ReferenceStore.ReferenceData

Packages that use ReferenceStore.ReferenceData
org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messaging 
 

Uses of ReferenceStore.ReferenceData in org.apache.activemq.store
 

Methods in org.apache.activemq.store that return ReferenceStore.ReferenceData
 ReferenceStore.ReferenceData ReferenceStore.getMessageReference(MessageId identity)
          Looks up a message using either the String messageID or the messageNumber.
 

Methods in org.apache.activemq.store with parameters of type ReferenceStore.ReferenceData
 boolean ReferenceStore.addMessageReference(ConnectionContext context, MessageId messageId, ReferenceStore.ReferenceData data)
          Adds a message reference to the message store
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.