Package org.apache.qpid.jms.meta
Class JmsConsumerId
java.lang.Object
org.apache.qpid.jms.meta.JmsAbstractResourceId
org.apache.qpid.jms.meta.JmsConsumerId
- All Implemented Interfaces:
Comparable<JmsConsumerId>,JmsResourceId
-
Field Summary
Fields inherited from class org.apache.qpid.jms.meta.JmsAbstractResourceId
hashCode, providerContext, providerHint -
Constructor Summary
ConstructorsConstructorDescriptionJmsConsumerId(String consumerKey) JmsConsumerId(String connectionId, long sessionId, long consumerId) JmsConsumerId(JmsConsumerId consumerId) JmsConsumerId(JmsSessionId sessionId, long consumerId) -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(JmsConsumerId other) booleanlonglonggetValue()inthashCode()toString()Methods inherited from class org.apache.qpid.jms.meta.JmsAbstractResourceId
getProviderContext, getProviderHint, setProviderContext, setProviderHint
-
Constructor Details
-
JmsConsumerId
-
JmsConsumerId
-
JmsConsumerId
-
JmsConsumerId
- Throws:
IllegalArgumentException
-
-
Method Details
-
getParentId
-
getConnectionId
-
getSessionId
public long getSessionId() -
getValue
public long getValue() -
hashCode
public int hashCode() -
equals
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<JmsConsumerId>
-