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