Class StoreEntry

java.lang.Object
com.swiftmq.swiftlet.store.StoreEntry

public class StoreEntry extends Object
A entry in the persistent store.
Author:
IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
  • Field Details

    • key

      public Object key
    • priority

      public int priority
    • deliveryCount

      public int deliveryCount
    • expirationTime

      public long expirationTime
    • message

      public MessageImpl message
  • Constructor Details

    • StoreEntry

      public StoreEntry()
  • Method Details