Class DurableSubscription
java.lang.Object
com.swiftmq.impl.topic.standard.DurableSubscription
- All Implemented Interfaces:
Serializable, Comparable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDurableSubscription(com.swiftmq.swiftlet.store.DurableStoreEntry storeEntry) DurableSubscription(String clientId, String durableName, String topicName, com.swiftmq.swiftlet.queue.Selector selector, boolean noLocal) -
Method Summary
Modifier and TypeMethodDescriptionintstatic StringcreateDurableQueueName(String clientId, String durableName) booleancom.swiftmq.swiftlet.store.DurableStoreEntrycom.swiftmq.swiftlet.queue.SelectorbooleanhasChanged(String newTopicName, com.swiftmq.swiftlet.queue.Selector newSelector, boolean newNoLocal) booleanvoidsetTopicSubscription(TopicSubscription topicSubscription) toString()
-
Constructor Details
-
DurableSubscription
-
DurableSubscription
public DurableSubscription(com.swiftmq.swiftlet.store.DurableStoreEntry storeEntry)
-
-
Method Details
-
getDurableStoreEntry
public com.swiftmq.swiftlet.store.DurableStoreEntry getDurableStoreEntry() -
createDurableQueueName
-
getClientId
-
getDurableName
-
getQueueName
-
getTopicName
-
getSelector
public com.swiftmq.swiftlet.queue.Selector getSelector() -
isNoLocal
public boolean isNoLocal() -
setTopicSubscription
-
getTopicSubscription
-
hasChanged
public boolean hasChanged(String newTopicName, com.swiftmq.swiftlet.queue.Selector newSelector, boolean newNoLocal) -
equals
-
compareTo
- Specified by:
compareToin interfaceComparable
-
toString
-