Class DurableStoreEntry

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

public class DurableStoreEntry extends Object
Durable subscriber entry in the DurableSubscriberStore.
Author:
IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
  • Constructor Details

    • DurableStoreEntry

      public DurableStoreEntry(String clientId, String durableName, String topicName, String selector, boolean noLocal)
      Creates a DurableStoreEntry.
      Parameters:
      clientId - client id.
      durableName - durable name.
      topicName - topic name.
      selector - selector string.
      noLocal - no-local flaf.
  • Method Details

    • getClientId

      public String getClientId()
      Returns the client id.
      Returns:
      client id.
    • getDurableName

      public String getDurableName()
      Returns the durable name.
      Returns:
      durable name.
    • getTopicName

      public String getTopicName()
      Returns the topic name.
      Returns:
      topic name.
    • getSelector

      public String getSelector()
      Returns the selector string.
      Returns:
      selector string.
    • isNoLocal

      public boolean isNoLocal()
      Returns the no-local flag.
      Returns:
      no-local flag.