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 Summary

    Modifier and Type
    Method
    Description
    void
    Close the store and delete all content.
    void
    Delete a store entry.
    get(Object key)
    Get a store entry.
    void
    insert(StoreEntry storeEntry)
    Insert a store entry.
    void
    updateDeliveryCount(Object key, int deliveryCount)
    Update the delivery count of a store entry.