|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.mq.sm.AbstractStateManager.DurableSubscription
protected class 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 |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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 selector| Method 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 setpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||