Interface NonPersistentStore


  • public interface NonPersistentStore
    A store for non-persistent messages (a swap store).
    Author:
    IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
    • Method Detail

      • updateDeliveryCount

        void updateDeliveryCount​(java.lang.Object key,
                                 int deliveryCount)
                          throws StoreException
        Update the delivery count of a store entry.
        Parameters:
        key - the key.
        deliveryCount - new count.
        Throws:
        StoreException - on error.
      • delete

        void delete​(java.lang.Object key)
             throws StoreException
        Delete a store entry.
        Parameters:
        key - the key.
        Throws:
        StoreException - on error.