public final class JmsProducerId extends JmsAbstractResourceId implements Comparable<JmsProducerId>
hashCode, providerContext, providerHint
Constructor and Description |
---|
JmsProducerId(JmsProducerId id) |
JmsProducerId(JmsSessionId sessionId,
long producerId) |
JmsProducerId(String producerKey) |
JmsProducerId(String connectionId,
long sessionId,
long producerId) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(JmsProducerId other) |
boolean |
equals(Object o) |
String |
getConnectionId() |
JmsSessionId |
getParentId() |
long |
getSessionId() |
long |
getValue() |
int |
hashCode() |
String |
toString() |
getProviderContext, getProviderHint, setProviderContext, setProviderHint
public JmsProducerId(JmsSessionId sessionId, long producerId)
public JmsProducerId(JmsProducerId id)
public JmsProducerId(String connectionId, long sessionId, long producerId)
public JmsProducerId(String producerKey)
public JmsSessionId getParentId()
public String getConnectionId()
public long getValue()
public long getSessionId()
public int compareTo(JmsProducerId other)
compareTo
in interface Comparable<JmsProducerId>
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.