Package com.swiftmq.impl.topic.standard
Class DurableSubscription
java.lang.Object
com.swiftmq.impl.topic.standard.DurableSubscription
- All Implemented Interfaces:
Serializable
,Comparable
- See Also:
-
Constructor Summary
ConstructorDescriptionDurableSubscription
(DurableStoreEntry storeEntry) DurableSubscription
(String clientId, String durableName, String topicName, Selector selector, boolean noLocal) -
Method Summary
Modifier and TypeMethodDescriptionint
static String
createDurableQueueName
(String clientId, String durableName) boolean
DurableStoreEntry
Selector
boolean
hasChanged
(String newTopicName, Selector newSelector, boolean newNoLocal) boolean
void
setTopicSubscription
(TopicSubscription topicSubscription) toString()
-
Constructor Details
-
DurableSubscription
-
DurableSubscription
public DurableSubscription(DurableStoreEntry storeEntry)
-
-
Method Details
-
getDurableStoreEntry
public DurableStoreEntry getDurableStoreEntry() -
createDurableQueueName
-
getClientId
-
getDurableName
-
getQueueName
-
getTopicName
-
getSelector
public Selector getSelector() -
isNoLocal
public boolean isNoLocal() -
setTopicSubscription
-
getTopicSubscription
-
hasChanged
-
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-
toString
-