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