|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AMQException in org.apache.qpid |
---|
Subclasses of AMQException in org.apache.qpid | |
---|---|
class |
AMQChannelClosedException
AMQChannelClosedException indicates that an operation cannot be performed becauase a channel has been closed. |
class |
AMQChannelException
AMQChannelException indicates that an error that requires the channel to be closed has occurred. |
class |
AMQConnectionClosedException
AMQConnectionClosedException indicates that a connection has been closed. |
class |
AMQConnectionException
AMQConnectionException indicates that an error that requires the channel to be closed has occurred. |
class |
AMQConnectionFailureException
AMQConnectionFailureException indicates that a connection to a broker could not be formed. |
class |
AMQDisconnectedException
AMQDisconnectedException indicates that a broker disconnected without failover. |
class |
AMQInternalException
InternalException encapsulates error code 541, or AMQConstant.INTERNAL_ERROR exceptions relating to the
AMQ protocol. |
class |
AMQInvalidArgumentException
AMQInvalidArgumentException indicates that an invalid argument has been passed to an AMQP method. |
class |
AMQInvalidRoutingKeyException
AMQInvalidRoutingKeyException indicates an error with a routing key having an invalid format. |
class |
AMQProtocolException
|
class |
AMQSecurityException
SecurityException encapsulates error code 403, or AMQConstant.ACCESS_REFUSED exceptions relating to the
AMQ protocol. |
class |
AMQStoreException
StoreException is a specific type of internal error relating to errors in the message store, such as SQLException . |
class |
AMQTimeoutException
AMQTimeoutException indicates that an expected response from a broker took too long. |
class |
AMQUndeliveredException
AMQUndeliveredException indicates that a message, marked immediate or mandatory, could not be delivered. |
class |
AMQUnknownExchangeType
AMQUnknownExchangeType represents coding error where unknown exchange type requested from exchange factory. |
class |
AMQUnresolvedAddressException
AMQUnresolvedAddressException indicates failure to resolve a socket address. |
Methods in org.apache.qpid that return AMQException | |
---|---|
AMQException |
AMQException.cloneForCurrentThread()
Rethrown this exception as a new exception. |
Uses of AMQException in org.apache.qpid.configuration |
---|
Subclasses of AMQException in org.apache.qpid.configuration | |
---|---|
class |
PropertyException
Indicates a failure to parse a property expansion. |
Uses of AMQException in org.apache.qpid.framing |
---|
Subclasses of AMQException in org.apache.qpid.framing | |
---|---|
class |
AMQFrameDecodingException
AMQFrameDecodingException indicates that an AMQP frame cannot be decoded because it does not have the correct format as defined by the protocol. |
class |
AMQProtocolClassException
AMQProtocolInstanceException indicates that the protocol class is incorrect in a header. |
class |
AMQProtocolHeaderException
AMQProtocolHeaderException indicates a format error in an AMQP frame header. |
class |
AMQProtocolInstanceException
AMQProtocolInstanceException indicates that the protocol instance is incorrect in a header. |
class |
AMQProtocolVersionException
AMQProtocolInstanceException indicates that the client and server differ on expected protocol version in a header. |
Methods in org.apache.qpid.framing that throw AMQException | |
---|---|
ProtocolVersion |
ProtocolInitiation.checkVersion()
|
boolean |
ServerMethodDispatcher.dispatchBasicAck(BasicAckBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchBasicCancel(BasicCancelBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchBasicCancelOk(BasicCancelOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchBasicConsume(BasicConsumeBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchBasicConsumeOk(BasicConsumeOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchBasicDeliver(BasicDeliverBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchBasicGet(BasicGetBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchBasicGetEmpty(BasicGetEmptyBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchBasicGetOk(BasicGetOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchBasicPublish(BasicPublishBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchBasicQos(BasicQosBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchBasicQosOk(BasicQosOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchBasicRecover(BasicRecoverBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchBasicReject(BasicRejectBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchBasicReturn(BasicReturnBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchChannelClose(ChannelCloseBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchChannelClose(ChannelCloseBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchChannelCloseOk(ChannelCloseOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchChannelCloseOk(ChannelCloseOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchChannelFlow(ChannelFlowBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchChannelFlow(ChannelFlowBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchChannelFlowOk(ChannelFlowOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchChannelFlowOk(ChannelFlowOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchChannelOpen(ChannelOpenBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchChannelOpenOk(ChannelOpenOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchConnectionClose(ConnectionCloseBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchConnectionClose(ConnectionCloseBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchConnectionCloseOk(ConnectionCloseOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchConnectionCloseOk(ConnectionCloseOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchConnectionOpen(ConnectionOpenBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchConnectionOpenOk(ConnectionOpenOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchConnectionSecure(ConnectionSecureBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchConnectionSecureOk(ConnectionSecureOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchConnectionStart(ConnectionStartBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchConnectionStartOk(ConnectionStartOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchConnectionTune(ConnectionTuneBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchConnectionTuneOk(ConnectionTuneOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchExchangeBound(ExchangeBoundBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchExchangeBoundOk(ExchangeBoundOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchExchangeDeclare(ExchangeDeclareBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchExchangeDeclareOk(ExchangeDeclareOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchExchangeDelete(ExchangeDeleteBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchExchangeDeleteOk(ExchangeDeleteOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchQueueBind(QueueBindBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchQueueBindOk(QueueBindOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchQueueDeclare(QueueDeclareBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchQueueDeclareOk(QueueDeclareOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchQueueDelete(QueueDeleteBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchQueueDeleteOk(QueueDeleteOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchQueuePurge(QueuePurgeBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchQueuePurgeOk(QueuePurgeOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchTxCommit(TxCommitBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchTxCommitOk(TxCommitOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchTxRollback(TxRollbackBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchTxRollbackOk(TxRollbackOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher.dispatchTxSelect(TxSelectBody body,
int channelId)
|
boolean |
ClientMethodDispatcher.dispatchTxSelectOk(TxSelectOkBody body,
int channelId)
|
boolean |
AMQMethodBody.execute(MethodDispatcher methodDispatcher,
int channelId)
|
void |
AMQBody.handle(int channelId,
AMQVersionAwareProtocolSession amqMinaProtocolSession)
|
void |
ContentHeaderBody.handle(int channelId,
AMQVersionAwareProtocolSession session)
|
void |
ContentBody.handle(int channelId,
AMQVersionAwareProtocolSession session)
|
void |
HeartbeatBody.handle(int channelId,
AMQVersionAwareProtocolSession session)
|
void |
AMQMethodBodyImpl.handle(int channelId,
AMQVersionAwareProtocolSession session)
|
Uses of AMQException in org.apache.qpid.framing.amqp_0_9 |
---|
Methods in org.apache.qpid.framing.amqp_0_9 that throw AMQException | |
---|---|
boolean |
ServerMethodDispatcher_0_9.dispatchAccessRequest(AccessRequestBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchAccessRequestOk(AccessRequestOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchBasicAck(BasicAckBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchBasicCancel(BasicCancelBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchBasicCancelOk(BasicCancelOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchBasicConsume(BasicConsumeBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchBasicConsumeOk(BasicConsumeOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchBasicDeliver(BasicDeliverBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchBasicGet(BasicGetBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchBasicGetEmpty(BasicGetEmptyBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchBasicGetOk(BasicGetOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchBasicPublish(BasicPublishBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchBasicQos(BasicQosBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchBasicQosOk(BasicQosOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchBasicRecover(BasicRecoverBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchBasicRecoverSync(BasicRecoverSyncBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchBasicRecoverSyncOk(BasicRecoverSyncOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchBasicReject(BasicRejectBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchBasicReturn(BasicReturnBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchChannelClose(ChannelCloseBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchChannelClose(ChannelCloseBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchChannelCloseOk(ChannelCloseOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchChannelCloseOk(ChannelCloseOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchChannelFlow(ChannelFlowBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchChannelFlow(ChannelFlowBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchChannelFlowOk(ChannelFlowOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchChannelFlowOk(ChannelFlowOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchChannelOk(ChannelOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchChannelOk(ChannelOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchChannelOpen(ChannelOpenBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchChannelOpenOk(ChannelOpenOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchChannelPing(ChannelPingBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchChannelPing(ChannelPingBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchChannelPong(ChannelPongBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchChannelPong(ChannelPongBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchChannelResume(ChannelResumeBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchConnectionClose(ConnectionCloseBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchConnectionClose(ConnectionCloseBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchConnectionCloseOk(ConnectionCloseOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchConnectionCloseOk(ConnectionCloseOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchConnectionOpen(ConnectionOpenBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchConnectionOpenOk(ConnectionOpenOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchConnectionRedirect(ConnectionRedirectBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchConnectionSecure(ConnectionSecureBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchConnectionSecureOk(ConnectionSecureOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchConnectionStart(ConnectionStartBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchConnectionStartOk(ConnectionStartOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchConnectionTune(ConnectionTuneBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchConnectionTuneOk(ConnectionTuneOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchDtxSelect(DtxSelectBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchDtxSelectOk(DtxSelectOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchDtxStart(DtxStartBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchDtxStartOk(DtxStartOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchExchangeBound(ExchangeBoundBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchExchangeBoundOk(ExchangeBoundOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchExchangeDeclare(ExchangeDeclareBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchExchangeDeclareOk(ExchangeDeclareOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchExchangeDelete(ExchangeDeleteBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchExchangeDeleteOk(ExchangeDeleteOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchFileAck(FileAckBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchFileCancel(FileCancelBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchFileCancelOk(FileCancelOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchFileConsume(FileConsumeBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchFileConsumeOk(FileConsumeOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchFileDeliver(FileDeliverBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchFileOpen(FileOpenBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchFileOpen(FileOpenBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchFileOpenOk(FileOpenOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchFileOpenOk(FileOpenOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchFilePublish(FilePublishBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchFileQos(FileQosBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchFileQosOk(FileQosOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchFileReject(FileRejectBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchFileReturn(FileReturnBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchFileStage(FileStageBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchFileStage(FileStageBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchMessageAppend(MessageAppendBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchMessageAppend(MessageAppendBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchMessageCancel(MessageCancelBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchMessageCheckpoint(MessageCheckpointBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchMessageCheckpoint(MessageCheckpointBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchMessageClose(MessageCloseBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchMessageClose(MessageCloseBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchMessageConsume(MessageConsumeBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchMessageEmpty(MessageEmptyBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchMessageEmpty(MessageEmptyBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchMessageGet(MessageGetBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchMessageOffset(MessageOffsetBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchMessageOffset(MessageOffsetBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchMessageOk(MessageOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchMessageOk(MessageOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchMessageOpen(MessageOpenBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchMessageOpen(MessageOpenBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchMessageQos(MessageQosBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchMessageRecover(MessageRecoverBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchMessageReject(MessageRejectBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchMessageReject(MessageRejectBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchMessageResume(MessageResumeBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchMessageResume(MessageResumeBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchMessageTransfer(MessageTransferBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchMessageTransfer(MessageTransferBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchQueueBind(QueueBindBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchQueueBindOk(QueueBindOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchQueueDeclare(QueueDeclareBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchQueueDeclareOk(QueueDeclareOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchQueueDelete(QueueDeleteBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchQueueDeleteOk(QueueDeleteOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchQueuePurge(QueuePurgeBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchQueuePurgeOk(QueuePurgeOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchQueueUnbind(QueueUnbindBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchQueueUnbindOk(QueueUnbindOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchStreamCancel(StreamCancelBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchStreamCancelOk(StreamCancelOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchStreamConsume(StreamConsumeBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchStreamConsumeOk(StreamConsumeOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchStreamDeliver(StreamDeliverBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchStreamPublish(StreamPublishBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchStreamQos(StreamQosBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchStreamQosOk(StreamQosOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchStreamReturn(StreamReturnBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchTunnelRequest(TunnelRequestBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchTxCommit(TxCommitBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchTxCommitOk(TxCommitOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchTxRollback(TxRollbackBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchTxRollbackOk(TxRollbackOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_9.dispatchTxSelect(TxSelectBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_9.dispatchTxSelectOk(TxSelectOkBody body,
int channelId)
|
boolean |
AccessRequestBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
AccessRequestOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicAckBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicCancelBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicCancelOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicConsumeBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicConsumeOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicDeliverBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicGetBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicGetEmptyBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicGetOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicPublishBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicQosBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicQosOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicRecoverBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicRecoverSyncBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicRecoverSyncOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicRejectBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicReturnBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ChannelCloseBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ChannelCloseOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ChannelFlowBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ChannelFlowOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ChannelOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ChannelOpenBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ChannelOpenOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ChannelPingBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ChannelPongBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ChannelResumeBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionCloseBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionCloseOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionOpenBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionOpenOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionRedirectBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionSecureBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionSecureOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionStartBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionStartOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionTuneBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionTuneOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
DtxSelectBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
DtxSelectOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
DtxStartBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
DtxStartOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ExchangeBoundBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ExchangeBoundOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ExchangeDeclareBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ExchangeDeclareOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ExchangeDeleteBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ExchangeDeleteOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileAckBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileCancelBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileCancelOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileConsumeBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileConsumeOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileDeliverBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileOpenBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileOpenOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FilePublishBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileQosBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileQosOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileRejectBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileReturnBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileStageBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
MessageAppendBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
MessageCancelBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
MessageCheckpointBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
MessageCloseBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
MessageConsumeBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
MessageEmptyBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
MessageGetBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
MessageOffsetBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
MessageOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
MessageOpenBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
MessageQosBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
MessageRecoverBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
MessageRejectBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
MessageResumeBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
MessageTransferBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueueBindBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueueBindOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueueDeclareBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueueDeclareOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueueDeleteBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueueDeleteOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueuePurgeBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueuePurgeOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueueUnbindBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueueUnbindOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
StreamCancelBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
StreamCancelOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
StreamConsumeBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
StreamConsumeOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
StreamDeliverBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
StreamPublishBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
StreamQosBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
StreamQosOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
StreamReturnBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TunnelRequestBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TxCommitBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TxCommitOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TxRollbackBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TxRollbackOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TxSelectBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TxSelectOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
Uses of AMQException in org.apache.qpid.framing.amqp_0_91 |
---|
Methods in org.apache.qpid.framing.amqp_0_91 that throw AMQException | |
---|---|
boolean |
ServerMethodDispatcher_0_91.dispatchBasicAck(BasicAckBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchBasicCancel(BasicCancelBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchBasicCancelOk(BasicCancelOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchBasicConsume(BasicConsumeBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchBasicConsumeOk(BasicConsumeOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchBasicDeliver(BasicDeliverBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchBasicGet(BasicGetBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchBasicGetEmpty(BasicGetEmptyBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchBasicGetOk(BasicGetOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchBasicPublish(BasicPublishBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchBasicQos(BasicQosBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchBasicQosOk(BasicQosOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchBasicRecover(BasicRecoverBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchBasicRecoverSync(BasicRecoverSyncBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchBasicRecoverSyncOk(BasicRecoverSyncOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchBasicReject(BasicRejectBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchBasicReturn(BasicReturnBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchChannelClose(ChannelCloseBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchChannelClose(ChannelCloseBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchChannelCloseOk(ChannelCloseOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchChannelCloseOk(ChannelCloseOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchChannelFlow(ChannelFlowBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchChannelFlow(ChannelFlowBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchChannelFlowOk(ChannelFlowOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchChannelFlowOk(ChannelFlowOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchChannelOpen(ChannelOpenBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchChannelOpenOk(ChannelOpenOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchConnectionClose(ConnectionCloseBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchConnectionClose(ConnectionCloseBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchConnectionCloseOk(ConnectionCloseOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchConnectionCloseOk(ConnectionCloseOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchConnectionOpen(ConnectionOpenBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchConnectionOpenOk(ConnectionOpenOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchConnectionSecure(ConnectionSecureBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchConnectionSecureOk(ConnectionSecureOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchConnectionStart(ConnectionStartBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchConnectionStartOk(ConnectionStartOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchConnectionTune(ConnectionTuneBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchConnectionTuneOk(ConnectionTuneOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchExchangeBound(ExchangeBoundBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchExchangeBoundOk(ExchangeBoundOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchExchangeDeclare(ExchangeDeclareBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchExchangeDeclareOk(ExchangeDeclareOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchExchangeDelete(ExchangeDeleteBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchExchangeDeleteOk(ExchangeDeleteOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchQueueBind(QueueBindBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchQueueBindOk(QueueBindOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchQueueDeclare(QueueDeclareBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchQueueDeclareOk(QueueDeclareOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchQueueDelete(QueueDeleteBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchQueueDeleteOk(QueueDeleteOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchQueuePurge(QueuePurgeBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchQueuePurgeOk(QueuePurgeOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchQueueUnbind(QueueUnbindBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchQueueUnbindOk(QueueUnbindOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchTxCommit(TxCommitBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchTxCommitOk(TxCommitOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchTxRollback(TxRollbackBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchTxRollbackOk(TxRollbackOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_0_91.dispatchTxSelect(TxSelectBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_0_91.dispatchTxSelectOk(TxSelectOkBody body,
int channelId)
|
boolean |
BasicAckBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicCancelBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicCancelOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicConsumeBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicConsumeOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicDeliverBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicGetBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicGetEmptyBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicGetOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicPublishBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicQosBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicQosOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicRecoverBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicRecoverSyncBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicRecoverSyncOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicRejectBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicReturnBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ChannelCloseBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ChannelCloseOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ChannelFlowBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ChannelFlowOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ChannelOpenBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ChannelOpenOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionCloseBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionCloseOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionOpenBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionOpenOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionSecureBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionSecureOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionStartBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionStartOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionTuneBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionTuneOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ExchangeBoundBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ExchangeBoundOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ExchangeDeclareBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ExchangeDeclareOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ExchangeDeleteBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ExchangeDeleteOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueueBindBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueueBindOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueueDeclareBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueueDeclareOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueueDeleteBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueueDeleteOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueuePurgeBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueuePurgeOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueueUnbindBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueueUnbindOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TxCommitBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TxCommitOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TxRollbackBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TxRollbackOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TxSelectBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TxSelectOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
Uses of AMQException in org.apache.qpid.framing.amqp_8_0 |
---|
Methods in org.apache.qpid.framing.amqp_8_0 that throw AMQException | |
---|---|
boolean |
ServerMethodDispatcher_8_0.dispatchAccessRequest(AccessRequestBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchAccessRequestOk(AccessRequestOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchBasicAck(BasicAckBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchBasicCancel(BasicCancelBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchBasicCancelOk(BasicCancelOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchBasicConsume(BasicConsumeBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchBasicConsumeOk(BasicConsumeOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchBasicDeliver(BasicDeliverBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchBasicGet(BasicGetBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchBasicGetEmpty(BasicGetEmptyBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchBasicGetOk(BasicGetOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchBasicPublish(BasicPublishBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchBasicQos(BasicQosBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchBasicQosOk(BasicQosOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchBasicRecover(BasicRecoverBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchBasicRecoverOk(BasicRecoverOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchBasicReject(BasicRejectBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchBasicReturn(BasicReturnBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchChannelAlert(ChannelAlertBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchChannelClose(ChannelCloseBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchChannelClose(ChannelCloseBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchChannelCloseOk(ChannelCloseOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchChannelCloseOk(ChannelCloseOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchChannelFlow(ChannelFlowBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchChannelFlow(ChannelFlowBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchChannelFlowOk(ChannelFlowOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchChannelFlowOk(ChannelFlowOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchChannelOpen(ChannelOpenBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchChannelOpenOk(ChannelOpenOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchConnectionClose(ConnectionCloseBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchConnectionClose(ConnectionCloseBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchConnectionCloseOk(ConnectionCloseOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchConnectionCloseOk(ConnectionCloseOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchConnectionOpen(ConnectionOpenBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchConnectionOpenOk(ConnectionOpenOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchConnectionRedirect(ConnectionRedirectBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchConnectionSecure(ConnectionSecureBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchConnectionSecureOk(ConnectionSecureOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchConnectionStart(ConnectionStartBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchConnectionStartOk(ConnectionStartOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchConnectionTune(ConnectionTuneBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchConnectionTuneOk(ConnectionTuneOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchDtxSelect(DtxSelectBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchDtxSelectOk(DtxSelectOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchDtxStart(DtxStartBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchDtxStartOk(DtxStartOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchExchangeBound(ExchangeBoundBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchExchangeBoundOk(ExchangeBoundOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchExchangeDeclare(ExchangeDeclareBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchExchangeDeclareOk(ExchangeDeclareOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchExchangeDelete(ExchangeDeleteBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchExchangeDeleteOk(ExchangeDeleteOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchFileAck(FileAckBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchFileCancel(FileCancelBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchFileCancelOk(FileCancelOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchFileConsume(FileConsumeBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchFileConsumeOk(FileConsumeOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchFileDeliver(FileDeliverBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchFileOpen(FileOpenBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchFileOpen(FileOpenBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchFileOpenOk(FileOpenOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchFileOpenOk(FileOpenOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchFilePublish(FilePublishBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchFileQos(FileQosBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchFileQosOk(FileQosOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchFileReject(FileRejectBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchFileReturn(FileReturnBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchFileStage(FileStageBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchFileStage(FileStageBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchQueueBind(QueueBindBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchQueueBindOk(QueueBindOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchQueueDeclare(QueueDeclareBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchQueueDeclareOk(QueueDeclareOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchQueueDelete(QueueDeleteBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchQueueDeleteOk(QueueDeleteOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchQueuePurge(QueuePurgeBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchQueuePurgeOk(QueuePurgeOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchStreamCancel(StreamCancelBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchStreamCancelOk(StreamCancelOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchStreamConsume(StreamConsumeBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchStreamConsumeOk(StreamConsumeOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchStreamDeliver(StreamDeliverBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchStreamPublish(StreamPublishBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchStreamQos(StreamQosBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchStreamQosOk(StreamQosOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchStreamReturn(StreamReturnBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchTestContent(TestContentBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchTestContent(TestContentBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchTestContentOk(TestContentOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchTestContentOk(TestContentOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchTestInteger(TestIntegerBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchTestInteger(TestIntegerBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchTestIntegerOk(TestIntegerOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchTestIntegerOk(TestIntegerOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchTestString(TestStringBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchTestString(TestStringBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchTestStringOk(TestStringOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchTestStringOk(TestStringOkBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchTestTable(TestTableBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchTestTable(TestTableBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchTestTableOk(TestTableOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchTestTableOk(TestTableOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchTunnelRequest(TunnelRequestBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchTxCommit(TxCommitBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchTxCommitOk(TxCommitOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchTxRollback(TxRollbackBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchTxRollbackOk(TxRollbackOkBody body,
int channelId)
|
boolean |
ServerMethodDispatcher_8_0.dispatchTxSelect(TxSelectBody body,
int channelId)
|
boolean |
ClientMethodDispatcher_8_0.dispatchTxSelectOk(TxSelectOkBody body,
int channelId)
|
boolean |
AccessRequestBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
AccessRequestOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicAckBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicCancelBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicCancelOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicConsumeBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicConsumeOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicDeliverBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicGetBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicGetEmptyBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicGetOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicPublishBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicQosBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicQosOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicRecoverBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicRecoverOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicRejectBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
BasicReturnBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ChannelAlertBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ChannelCloseBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ChannelCloseOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ChannelFlowBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ChannelFlowOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ChannelOpenBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ChannelOpenOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionCloseBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionCloseOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionOpenBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionOpenOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionRedirectBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionSecureBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionSecureOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionStartBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionStartOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionTuneBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ConnectionTuneOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
DtxSelectBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
DtxSelectOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
DtxStartBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
DtxStartOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ExchangeBoundBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ExchangeBoundOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ExchangeDeclareBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ExchangeDeclareOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ExchangeDeleteBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
ExchangeDeleteOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileAckBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileCancelBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileCancelOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileConsumeBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileConsumeOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileDeliverBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileOpenBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileOpenOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FilePublishBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileQosBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileQosOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileRejectBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileReturnBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
FileStageBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueueBindBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueueBindOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueueDeclareBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueueDeclareOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueueDeleteBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueueDeleteOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueuePurgeBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
QueuePurgeOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
StreamCancelBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
StreamCancelOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
StreamConsumeBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
StreamConsumeOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
StreamDeliverBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
StreamPublishBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
StreamQosBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
StreamQosOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
StreamReturnBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TestContentBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TestContentOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TestIntegerBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TestIntegerOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TestStringBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TestStringOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TestTableBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TestTableOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TunnelRequestBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TxCommitBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TxCommitOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TxRollbackBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TxRollbackOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TxSelectBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
boolean |
TxSelectOkBodyImpl.execute(MethodDispatcher dispatcher,
int channelId)
|
Uses of AMQException in org.apache.qpid.protocol |
---|
Methods in org.apache.qpid.protocol that throw AMQException | ||
---|---|---|
void |
AMQVersionAwareProtocolSession.contentBodyReceived(int channelId,
ContentBody body)
|
|
void |
AMQVersionAwareProtocolSession.contentHeaderReceived(int channelId,
ContentHeaderBody body)
|
|
void |
AMQVersionAwareProtocolSession.heartbeatBodyReceived(int channelId,
HeartbeatBody body)
|
|
void |
AMQVersionAwareProtocolSession.methodFrameReceived(int channelId,
AMQMethodBody body)
|
|
|
AMQMethodListener.methodReceived(AMQMethodEvent<B> evt)
Notifies the listener that an AMQP method event has occurred. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |