public class SessionInfo extends BaseCommand
Modifier and Type | Field and Description |
---|---|
static byte |
DATA_STRUCTURE_TYPE |
protected SessionId |
sessionId |
commandId, responseRequired
Constructor and Description |
---|
SessionInfo() |
SessionInfo(ConnectionInfo connectionInfo,
long sessionId) |
SessionInfo(SessionId sessionId) |
Modifier and Type | Method and Description |
---|---|
RemoveInfo |
createRemoveCommand() |
byte |
getDataStructureType() |
SessionId |
getSessionId() |
void |
setSessionId(SessionId sessionId) |
Response |
visit(CommandVisitor visitor) |
copy, getCommandId, getFrom, getTo, isBrokerInfo, isConnectionControl, isConsumerControl, isMarshallAware, isMessage, isMessageAck, isMessageDispatch, isMessageDispatchNotification, isResponse, isResponseRequired, isShutdownInfo, isWireFormatInfo, setCommandId, setFrom, setResponseRequired, setTo, toString, toString
public static final byte DATA_STRUCTURE_TYPE
public SessionInfo()
public SessionInfo(ConnectionInfo connectionInfo, long sessionId)
public SessionInfo(SessionId sessionId)
public byte getDataStructureType()
public SessionId getSessionId()
public void setSessionId(SessionId sessionId)
public RemoveInfo createRemoveCommand()
public Response visit(CommandVisitor visitor) throws Exception
Exception
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.