org.apache.activemq.command
Class ConnectionError
java.lang.Object
org.apache.activemq.command.BaseCommand
org.apache.activemq.command.ConnectionError
- All Implemented Interfaces:
- Command, DataStructure
public class ConnectionError
- extends BaseCommand
- Version:
- $Revision$
Methods inherited from class org.apache.activemq.command.BaseCommand |
copy, getCommandId, getFrom, getTo, isBrokerInfo, isMarshallAware, isMessage, isMessageAck, isMessageDispatch, isMessageDispatchNotification, isResponse, isResponseRequired, isShutdownInfo, isWireFormatInfo, setCommandId, setFrom, setResponseRequired, setTo, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DATA_STRUCTURE_TYPE
public static final byte DATA_STRUCTURE_TYPE
- See Also:
- Constant Field Values
connectionId
protected ConnectionId connectionId
ConnectionError
public ConnectionError()
getDataStructureType
public byte getDataStructureType()
- Returns:
- The type of the data structure
visit
public Response visit(CommandVisitor visitor)
throws java.lang.Exception
- Throws:
java.lang.Exception
getException
public java.lang.Throwable getException()
setException
public void setException(java.lang.Throwable exception)
getConnectionId
public ConnectionId getConnectionId()
setConnectionId
public void setConnectionId(ConnectionId connectionId)
Copyright © 2010 Apache Software Foundation. All Rights Reserved.