|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.activemq.command.BaseCommand
org.apache.activemq.command.ConnectionError
public class ConnectionError
| Field Summary | |
|---|---|
static byte |
DATA_STRUCTURE_TYPE
|
| Fields inherited from class org.apache.activemq.command.BaseCommand |
|---|
commandId, responseRequired |
| Constructor Summary | |
|---|---|
ConnectionError()
|
|
| Method Summary | |
|---|---|
ConnectionId |
getConnectionId()
|
byte |
getDataStructureType()
|
java.lang.Throwable |
getException()
|
void |
setConnectionId(ConnectionId connectionId)
|
void |
setException(java.lang.Throwable exception)
|
Response |
visit(CommandVisitor visitor)
|
| Methods inherited from class org.apache.activemq.command.BaseCommand |
|---|
copy, getCommandId, getFrom, getTo, isBrokerInfo, isConnectionControl, isMarshallAware, isMessage, isMessageAck, isMessageDispatch, isMessageDispatchNotification, isResponse, isResponseRequired, isShutdownInfo, isWireFormatInfo, setCommandId, setFrom, setResponseRequired, setTo, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final byte DATA_STRUCTURE_TYPE
| Constructor Detail |
|---|
public ConnectionError()
| Method Detail |
|---|
public byte getDataStructureType()
public Response visit(CommandVisitor visitor)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Throwable getException()
public void setException(java.lang.Throwable exception)
public ConnectionId getConnectionId()
public void setConnectionId(ConnectionId connectionId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||