|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.mq.sm.AbstractStateManager.DurableSubscription
Abstracts the data between a subclass and this class. A sublcass can extends this class to ad custom behaviour.
Constructor Summary | |
AbstractStateManager.DurableSubscription()
Create a new DurableSubscription. |
|
AbstractStateManager.DurableSubscription(String clientID,
String name,
String topic,
String selector)
Create a new DurableSubscription. |
Method Summary | |
String |
getClientID()
Get the client id |
String |
getName()
Get the subcription name |
String |
getSelector()
Gets the selector. |
String |
getTopic()
Get the topic name |
void |
setSelector(String selector)
Sets the selector. |
void |
setTopic(String topic)
Set the topic name |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractStateManager.DurableSubscription()
public AbstractStateManager.DurableSubscription(String clientID, String name, String topic, String selector)
clientID
- the client idname
- the subscription nametopic
- the topic nameselector
- any message selectorMethod Detail |
public String getClientID()
public String getName()
public String getTopic()
public void setTopic(String topic)
topic
- the internal name of the topicpublic String getSelector()
public void setSelector(String selector)
selector
- The selector to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |