Package com.swiftmq.swiftlet.store
Class DurableStoreEntry
java.lang.Object
com.swiftmq.swiftlet.store.DurableStoreEntry
Durable subscriber entry in the DurableSubscriberStore.
- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
-
Constructor Summary
ConstructorsConstructorDescriptionDurableStoreEntry
(String clientId, String durableName, String topicName, String selector, boolean noLocal) Creates a DurableStoreEntry. -
Method Summary
Modifier and TypeMethodDescriptionReturns the client id.Returns the durable name.Returns the selector string.Returns the topic name.boolean
Returns the no-local flag.
-
Constructor Details
-
Method Details
-
getClientId
Returns the client id.- Returns:
- client id.
-
getDurableName
Returns the durable name.- Returns:
- durable name.
-
getTopicName
Returns the topic name.- Returns:
- topic name.
-
getSelector
Returns the selector string.- Returns:
- selector string.
-
isNoLocal
public boolean isNoLocal()Returns the no-local flag.- Returns:
- no-local flag.
-