| |
|
| java.lang.Object org.jboss.mq.DurableSubscriptionID
DurableSubscriptionID | public class DurableSubscriptionID implements Serializable(Code) | | author: Norbert Lataille (Norbert.Lataille@m4x.org) author: Hiram Chirino (Cojonudo14@hotmail.com) author: Adrian Brock version: $Revision: 57198 $ |
subscriptionName | String subscriptionName(Code) | | The subscriptionName
|
DurableSubscriptionID | public DurableSubscriptionID(String id, String subName, String selector)(Code) | | Create a new DurableSubscriptionID
Parameters: id - the client id Parameters: subName - the subscription name Parameters: selector - the selector |
getClientID | public String getClientID()(Code) | | Get the client id
the client id |
getSelector | public String getSelector()(Code) | | Gets the selector.
the selector |
getSubscriptionName | public String getSubscriptionName()(Code) | | Get the subscription name
the subscription name |
hashCode | public int hashCode()(Code) | | |
setClientID | public void setClientID(String newClientID)(Code) | | Set the client id
Parameters: newClientID - the client id |
setSelector | public void setSelector(String selector)(Code) | | Sets the selector.
Parameters: selector - The selector to set |
setSubscriptionName | public void setSubscriptionName(java.lang.String newSubscriptionName)(Code) | | Set the subscription name
Parameters: newSubscriptionName - the subscription name |
|
|
|