|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.mq.DurableSubscriptionID
Constructor Summary | |
DurableSubscriptionID(String id,
String subName,
String selector)
Create a new DurableSubscriptionID |
Method Summary | |
boolean |
equals(Object obj)
|
String |
getClientID()
Get the client id |
String |
getSelector()
Gets the selector. |
String |
getSubscriptionName()
Get the subscription name |
int |
hashCode()
|
void |
setClientID(String newClientID)
Set the client id |
void |
setSelector(String selector)
Sets the selector. |
void |
setSubscriptionName(String newSubscriptionName)
Set the subscription name |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DurableSubscriptionID(String id, String subName, String selector)
id
- the client idsubName
- the subscription nameselector
- the selectorMethod Detail |
public void setClientID(String newClientID)
newClientID
- the client idpublic void setSubscriptionName(String newSubscriptionName)
newSubscriptionName
- the subscription namepublic String getClientID()
public String getSubscriptionName()
public String getSelector()
public void setSelector(String selector)
selector
- The selector to setpublic boolean equals(Object obj)
public int hashCode()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |