|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.server.handler.ServerMethodDispatcherImpl
org.apache.qpid.server.handler.ServerMethodDispatcherImpl_8_0
public class ServerMethodDispatcherImpl_8_0
Constructor Summary | |
---|---|
ServerMethodDispatcherImpl_8_0(AMQStateManager stateManager)
|
Method Summary | |
---|---|
boolean |
dispatchBasicRecoverOk(org.apache.qpid.framing.BasicRecoverOkBody body,
int channelId)
|
boolean |
dispatchChannelAlert(org.apache.qpid.framing.ChannelAlertBody body,
int channelId)
|
boolean |
dispatchTestContent(org.apache.qpid.framing.TestContentBody body,
int channelId)
|
boolean |
dispatchTestContentOk(org.apache.qpid.framing.TestContentOkBody body,
int channelId)
|
boolean |
dispatchTestInteger(org.apache.qpid.framing.TestIntegerBody body,
int channelId)
|
boolean |
dispatchTestIntegerOk(org.apache.qpid.framing.TestIntegerOkBody body,
int channelId)
|
boolean |
dispatchTestString(org.apache.qpid.framing.TestStringBody body,
int channelId)
|
boolean |
dispatchTestStringOk(org.apache.qpid.framing.TestStringOkBody body,
int channelId)
|
boolean |
dispatchTestTable(org.apache.qpid.framing.TestTableBody body,
int channelId)
|
boolean |
dispatchTestTableOk(org.apache.qpid.framing.TestTableOkBody body,
int channelId)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.qpid.framing.amqp_8_0.ServerMethodDispatcher_8_0 |
---|
dispatchAccessRequest, dispatchBasicAck, dispatchBasicCancel, dispatchBasicConsume, dispatchBasicGet, dispatchBasicPublish, dispatchBasicQos, dispatchBasicRecover, dispatchBasicReject, dispatchChannelClose, dispatchChannelCloseOk, dispatchChannelFlow, dispatchChannelFlowOk, dispatchChannelOpen, dispatchConnectionClose, dispatchConnectionCloseOk, dispatchConnectionOpen, dispatchConnectionSecureOk, dispatchConnectionStartOk, dispatchConnectionTuneOk, dispatchDtxSelect, dispatchDtxStart, dispatchExchangeBound, dispatchExchangeDeclare, dispatchExchangeDelete, dispatchFileAck, dispatchFileCancel, dispatchFileConsume, dispatchFileOpen, dispatchFileOpenOk, dispatchFilePublish, dispatchFileQos, dispatchFileReject, dispatchFileStage, dispatchQueueBind, dispatchQueueDeclare, dispatchQueueDelete, dispatchQueuePurge, dispatchStreamCancel, dispatchStreamConsume, dispatchStreamPublish, dispatchStreamQos, dispatchTunnelRequest, dispatchTxCommit, dispatchTxRollback, dispatchTxSelect |
Methods inherited from interface org.apache.qpid.framing.amqp_8_0.ClientMethodDispatcher_8_0 |
---|
dispatchAccessRequestOk, dispatchBasicCancelOk, dispatchBasicConsumeOk, dispatchBasicDeliver, dispatchBasicGetEmpty, dispatchBasicGetOk, dispatchBasicQosOk, dispatchBasicReturn, dispatchChannelClose, dispatchChannelCloseOk, dispatchChannelFlow, dispatchChannelFlowOk, dispatchChannelOpenOk, dispatchConnectionClose, dispatchConnectionCloseOk, dispatchConnectionOpenOk, dispatchConnectionRedirect, dispatchConnectionSecure, dispatchConnectionStart, dispatchConnectionTune, dispatchDtxSelectOk, dispatchDtxStartOk, dispatchExchangeBoundOk, dispatchExchangeDeclareOk, dispatchExchangeDeleteOk, dispatchFileCancelOk, dispatchFileConsumeOk, dispatchFileDeliver, dispatchFileOpen, dispatchFileOpenOk, dispatchFileQosOk, dispatchFileReturn, dispatchFileStage, dispatchQueueBindOk, dispatchQueueDeclareOk, dispatchQueueDeleteOk, dispatchQueuePurgeOk, dispatchStreamCancelOk, dispatchStreamConsumeOk, dispatchStreamDeliver, dispatchStreamQosOk, dispatchStreamReturn, dispatchTxCommitOk, dispatchTxRollbackOk, dispatchTxSelectOk |
Constructor Detail |
---|
public ServerMethodDispatcherImpl_8_0(AMQStateManager stateManager)
Method Detail |
---|
public boolean dispatchBasicRecoverOk(org.apache.qpid.framing.BasicRecoverOkBody body, int channelId) throws org.apache.qpid.AMQException
dispatchBasicRecoverOk
in interface org.apache.qpid.framing.amqp_8_0.ClientMethodDispatcher_8_0
org.apache.qpid.AMQException
public boolean dispatchChannelAlert(org.apache.qpid.framing.ChannelAlertBody body, int channelId) throws org.apache.qpid.AMQException
dispatchChannelAlert
in interface org.apache.qpid.framing.amqp_8_0.ClientMethodDispatcher_8_0
org.apache.qpid.AMQException
public boolean dispatchTestContent(org.apache.qpid.framing.TestContentBody body, int channelId) throws org.apache.qpid.AMQException
dispatchTestContent
in interface org.apache.qpid.framing.amqp_8_0.ClientMethodDispatcher_8_0
dispatchTestContent
in interface org.apache.qpid.framing.amqp_8_0.ServerMethodDispatcher_8_0
org.apache.qpid.AMQException
public boolean dispatchTestContentOk(org.apache.qpid.framing.TestContentOkBody body, int channelId) throws org.apache.qpid.AMQException
dispatchTestContentOk
in interface org.apache.qpid.framing.amqp_8_0.ClientMethodDispatcher_8_0
dispatchTestContentOk
in interface org.apache.qpid.framing.amqp_8_0.ServerMethodDispatcher_8_0
org.apache.qpid.AMQException
public boolean dispatchTestInteger(org.apache.qpid.framing.TestIntegerBody body, int channelId) throws org.apache.qpid.AMQException
dispatchTestInteger
in interface org.apache.qpid.framing.amqp_8_0.ClientMethodDispatcher_8_0
dispatchTestInteger
in interface org.apache.qpid.framing.amqp_8_0.ServerMethodDispatcher_8_0
org.apache.qpid.AMQException
public boolean dispatchTestIntegerOk(org.apache.qpid.framing.TestIntegerOkBody body, int channelId) throws org.apache.qpid.AMQException
dispatchTestIntegerOk
in interface org.apache.qpid.framing.amqp_8_0.ClientMethodDispatcher_8_0
dispatchTestIntegerOk
in interface org.apache.qpid.framing.amqp_8_0.ServerMethodDispatcher_8_0
org.apache.qpid.AMQException
public boolean dispatchTestString(org.apache.qpid.framing.TestStringBody body, int channelId) throws org.apache.qpid.AMQException
dispatchTestString
in interface org.apache.qpid.framing.amqp_8_0.ClientMethodDispatcher_8_0
dispatchTestString
in interface org.apache.qpid.framing.amqp_8_0.ServerMethodDispatcher_8_0
org.apache.qpid.AMQException
public boolean dispatchTestStringOk(org.apache.qpid.framing.TestStringOkBody body, int channelId) throws org.apache.qpid.AMQException
dispatchTestStringOk
in interface org.apache.qpid.framing.amqp_8_0.ClientMethodDispatcher_8_0
dispatchTestStringOk
in interface org.apache.qpid.framing.amqp_8_0.ServerMethodDispatcher_8_0
org.apache.qpid.AMQException
public boolean dispatchTestTable(org.apache.qpid.framing.TestTableBody body, int channelId) throws org.apache.qpid.AMQException
dispatchTestTable
in interface org.apache.qpid.framing.amqp_8_0.ClientMethodDispatcher_8_0
dispatchTestTable
in interface org.apache.qpid.framing.amqp_8_0.ServerMethodDispatcher_8_0
org.apache.qpid.AMQException
public boolean dispatchTestTableOk(org.apache.qpid.framing.TestTableOkBody body, int channelId) throws org.apache.qpid.AMQException
dispatchTestTableOk
in interface org.apache.qpid.framing.amqp_8_0.ClientMethodDispatcher_8_0
dispatchTestTableOk
in interface org.apache.qpid.framing.amqp_8_0.ServerMethodDispatcher_8_0
org.apache.qpid.AMQException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |