org.apache.activemq.command
Class SessionId
java.lang.Object
org.apache.activemq.command.SessionId
- All Implemented Interfaces:
- DataStructure
public class SessionId
- extends java.lang.Object
- implements DataStructure
- Version:
- $Revision$
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DATA_STRUCTURE_TYPE
public static final byte DATA_STRUCTURE_TYPE
- See Also:
- Constant Field Values
connectionId
protected java.lang.String connectionId
value
protected long value
hashCode
protected transient int hashCode
key
protected transient java.lang.String key
parentId
protected transient ConnectionId parentId
SessionId
public SessionId()
SessionId
public SessionId(ConnectionId connectionId,
long sessionId)
SessionId
public SessionId(SessionId id)
SessionId
public SessionId(ProducerId id)
SessionId
public SessionId(ConsumerId id)
getParentId
public ConnectionId getParentId()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
getDataStructureType
public byte getDataStructureType()
- Specified by:
getDataStructureType
in interface DataStructure
- Returns:
- The type of the data structure
getConnectionId
public java.lang.String getConnectionId()
setConnectionId
public void setConnectionId(java.lang.String connectionId)
getValue
public long getValue()
setValue
public void setValue(long sessionId)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
isMarshallAware
public boolean isMarshallAware()
- Specified by:
isMarshallAware
in interface DataStructure
Copyright © 2011 Apache Software Foundation. All Rights Reserved.