public class ServerSessionDelegate
extends org.apache.qpid.transport.SessionDelegate
| Constructor and Description |
|---|
ServerSessionDelegate() |
| Modifier and Type | Method and Description |
|---|---|
void |
closed(org.apache.qpid.transport.Session session) |
void |
command(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.Method method) |
void |
detached(org.apache.qpid.transport.Session session) |
void |
dtxCommit(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.DtxCommit method) |
void |
dtxEnd(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.DtxEnd method) |
void |
dtxForget(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.DtxForget method) |
void |
dtxGetTimeout(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.DtxGetTimeout method) |
void |
dtxPrepare(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.DtxPrepare method) |
void |
dtxRecover(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.DtxRecover method) |
void |
dtxRollback(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.DtxRollback method) |
void |
dtxSelect(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.DtxSelect method) |
void |
dtxSetTimeout(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.DtxSetTimeout method) |
void |
dtxStart(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.DtxStart method) |
void |
exchangeBind(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.ExchangeBind method) |
void |
exchangeBound(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.ExchangeBound method) |
void |
exchangeDeclare(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.ExchangeDeclare method) |
void |
exchangeDelete(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.ExchangeDelete method) |
void |
exchangeQuery(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.ExchangeQuery method) |
void |
exchangeUnbind(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.ExchangeUnbind method) |
void |
executionSync(org.apache.qpid.transport.Session ssn,
org.apache.qpid.transport.ExecutionSync sync) |
void |
messageAccept(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.MessageAccept method) |
void |
messageAcquire(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.MessageAcquire method) |
void |
messageCancel(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.MessageCancel method) |
void |
messageFlow(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.MessageFlow flow) |
void |
messageFlush(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.MessageFlush method) |
void |
messageReject(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.MessageReject method) |
void |
messageRelease(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.MessageRelease method) |
void |
messageResume(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.MessageResume method) |
void |
messageSetFlowMode(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.MessageSetFlowMode sfm) |
void |
messageStop(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.MessageStop stop) |
void |
messageSubscribe(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.MessageSubscribe method) |
void |
messageTransfer(org.apache.qpid.transport.Session ssn,
org.apache.qpid.transport.MessageTransfer xfr) |
void |
queueDeclare(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.QueueDeclare method) |
void |
queueDelete(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.QueueDelete method) |
void |
queuePurge(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.QueuePurge method) |
void |
queueQuery(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.QueueQuery method) |
void |
txCommit(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.TxCommit method) |
void |
txRollback(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.TxRollback method) |
void |
txSelect(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.TxSelect method) |
protected boolean |
verifySessionAccess(ServerSession session,
Collection<MessageSource> queues) |
protected boolean |
verifySessionAccess(ServerSession session,
MessageSource queue) |
command, control, error, executionException, executionResult, handle, init, sessionAttached, sessionCommandPoint, sessionCompleted, sessionFlush, sessionKnownCompleted, sessionRequestTimeout, sessionTimeoutconnectionClose, connectionCloseOk, connectionHeartbeat, connectionOpen, connectionOpenOk, connectionRedirect, connectionSecure, connectionSecureOk, connectionStart, connectionStartOk, connectionTune, connectionTuneOk, sessionAttach, sessionConfirmed, sessionDetach, sessionDetached, sessionExpected, sessionGappublic void command(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.Method method)
command in interface org.apache.qpid.transport.ProtocolDelegate<org.apache.qpid.transport.Session>command in class org.apache.qpid.transport.SessionDelegatepublic void messageAccept(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.MessageAccept method)
messageAccept in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void messageReject(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.MessageReject method)
messageReject in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void messageRelease(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.MessageRelease method)
messageRelease in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void messageAcquire(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.MessageAcquire method)
messageAcquire in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void messageResume(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.MessageResume method)
messageResume in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void messageSubscribe(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.MessageSubscribe method)
messageSubscribe in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>protected boolean verifySessionAccess(ServerSession session, Collection<MessageSource> queues)
protected boolean verifySessionAccess(ServerSession session, MessageSource queue)
public void messageTransfer(org.apache.qpid.transport.Session ssn,
org.apache.qpid.transport.MessageTransfer xfr)
messageTransfer in class org.apache.qpid.transport.SessionDelegatepublic void messageCancel(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.MessageCancel method)
messageCancel in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void messageFlush(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.MessageFlush method)
messageFlush in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void txSelect(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.TxSelect method)
txSelect in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void txCommit(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.TxCommit method)
txCommit in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void txRollback(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.TxRollback method)
txRollback in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void dtxSelect(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.DtxSelect method)
dtxSelect in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void dtxStart(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.DtxStart method)
dtxStart in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void dtxEnd(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.DtxEnd method)
dtxEnd in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void dtxCommit(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.DtxCommit method)
dtxCommit in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void dtxForget(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.DtxForget method)
dtxForget in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void dtxGetTimeout(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.DtxGetTimeout method)
dtxGetTimeout in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void dtxPrepare(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.DtxPrepare method)
dtxPrepare in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void dtxRecover(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.DtxRecover method)
dtxRecover in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void dtxRollback(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.DtxRollback method)
dtxRollback in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void dtxSetTimeout(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.DtxSetTimeout method)
dtxSetTimeout in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void executionSync(org.apache.qpid.transport.Session ssn,
org.apache.qpid.transport.ExecutionSync sync)
executionSync in class org.apache.qpid.transport.SessionDelegatepublic void exchangeDeclare(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.ExchangeDeclare method)
exchangeDeclare in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void exchangeDelete(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.ExchangeDelete method)
exchangeDelete in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void exchangeQuery(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.ExchangeQuery method)
exchangeQuery in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void exchangeBind(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.ExchangeBind method)
exchangeBind in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void exchangeUnbind(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.ExchangeUnbind method)
exchangeUnbind in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void exchangeBound(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.ExchangeBound method)
exchangeBound in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void queueDeclare(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.QueueDeclare method)
queueDeclare in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void queueDelete(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.QueueDelete method)
queueDelete in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void queuePurge(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.QueuePurge method)
queuePurge in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void queueQuery(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.QueueQuery method)
queueQuery in class org.apache.qpid.transport.MethodDelegate<org.apache.qpid.transport.Session>public void messageSetFlowMode(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.MessageSetFlowMode sfm)
messageSetFlowMode in class org.apache.qpid.transport.SessionDelegatepublic void messageStop(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.MessageStop stop)
messageStop in class org.apache.qpid.transport.SessionDelegatepublic void messageFlow(org.apache.qpid.transport.Session session,
org.apache.qpid.transport.MessageFlow flow)
messageFlow in class org.apache.qpid.transport.SessionDelegatepublic void closed(org.apache.qpid.transport.Session session)
closed in class org.apache.qpid.transport.SessionDelegatepublic void detached(org.apache.qpid.transport.Session session)
detached in class org.apache.qpid.transport.SessionDelegateCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.