Package | Description |
---|---|
org.apache.qpid.server.protocol.v0_10 |
Modifier and Type | Method and Description |
---|---|
ServerSession |
ServerConnectionDelegate.getSession(Connection conn,
SessionAttach atc) |
ServerSession |
ConsumerTarget_0_10.getSessionModel() |
Modifier and Type | Method and Description |
---|---|
List<ServerSession> |
AMQPConnection_0_10.getSessionModels() |
List<ServerSession> |
ServerConnection.getSessionModels() |
Modifier and Type | Method and Description |
---|---|
void |
ServerConnection.closeSessionAsync(ServerSession session,
AMQConstant cause,
String message) |
protected boolean |
ServerSessionDelegate.verifySessionAccess(ServerSession session,
Collection<MessageSource> queues) |
protected boolean |
ServerSessionDelegate.verifySessionAccess(ServerSession session,
MessageSource queue) |
Modifier and Type | Method and Description |
---|---|
void |
ServerSession.addDeleteTask(Action<? super ServerSession> task) |
void |
ServerSession.removeDeleteTask(Action<? super ServerSession> task) |
Constructor and Description |
---|
AddMessageDispositionListenerAction(ServerSession session) |
ConsumerTarget_0_10(ServerSession session,
String name,
MessageAcceptMode acceptMode,
MessageAcquireMode acquireMode,
MessageFlowMode flowMode,
FlowCreditManager_0_10 creditManager,
Map<String,Object> arguments) |
MessageAcceptCompletionListener(ConsumerTarget_0_10 sub,
ConsumerImpl consumer,
ServerSession session,
MessageInstance entry,
boolean restoreCredit) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.