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, toString |
DATA_STRUCTURE_TYPE
public static final byte DATA_STRUCTURE_TYPE
- See Also:
- Constant Field Values
ConnectionError
public ConnectionError()
getDataStructureType
public byte getDataStructureType()
- Returns:
- The type of the data structure
visit
public Response visit(CommandVisitor visitor)
throws Exception
- Throws:
Exception
getException
public Throwable getException()
setException
public void setException(Throwable exception)
getConnectionId
public ConnectionId getConnectionId()
setConnectionId
public void setConnectionId(ConnectionId connectionId)
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.