Package | Description |
---|---|
org.apache.qpid.amqp_1_0.transport | |
org.apache.qpid.amqp_1_0.type.messaging | |
org.apache.qpid.amqp_1_0.type.transaction | |
org.apache.qpid.server.protocol.v1_0 |
Modifier and Type | Method and Description |
---|---|
SendingLinkEndpoint |
SessionEndpoint.createSendingLinkEndpoint(String name,
Source source,
Target target,
Map<Binary,Outcome> unsettled) |
SendingLinkEndpoint |
SessionEndpoint.createSendingLinkEndpoint(String name,
Source source,
Target target,
Map<Binary,Outcome> unsettled,
DeliveryStateHandler deliveryStateHandler) |
SendingLinkEndpoint |
SessionEndpoint.createSendingLinkEndpoint(String name,
String targetAddr,
String sourceAddr,
boolean durable,
Map<Binary,Outcome> unsettled) |
SendingLinkEndpoint |
SessionEndpoint.createSendingLinkEndpoint(String name,
String targetAddr,
String sourceAddr,
Map<Binary,Outcome> unsettled) |
Constructor and Description |
---|
ReceivingLinkEndpoint(SessionEndpoint session,
String name,
Map<Binary,Outcome> unsettledMap) |
SendingLinkEndpoint(SessionEndpoint sessionEndpoint,
String name,
Map<Binary,Outcome> unsettled) |
SendingLinkEndpoint(SessionEndpoint sessionEndpoint,
String name,
Map<Binary,Outcome> unsettled,
DeliveryStateHandler deliveryStateHandler) |
Modifier and Type | Class and Description |
---|---|
class |
Accepted |
class |
Modified |
class |
Rejected |
class |
Released |
Modifier and Type | Method and Description |
---|---|
Outcome |
Source.getDefaultOutcome() |
Modifier and Type | Method and Description |
---|---|
void |
Source.setDefaultOutcome(Outcome defaultOutcome) |
Modifier and Type | Class and Description |
---|---|
class |
Declared |
Modifier and Type | Method and Description |
---|---|
Outcome |
TransactionalState.getOutcome() |
Modifier and Type | Method and Description |
---|---|
void |
TransactionalState.setOutcome(Outcome outcome) |
Modifier and Type | Method and Description |
---|---|
Outcome[] |
NodeReceivingDestination.getOutcomes() |
Outcome[] |
MessageSourceDestination.getOutcomes() |
Outcome[] |
QueueDestination.getOutcomes() |
Outcome[] |
ExchangeDestination.getOutcomes() |
Outcome[] |
ReceivingDestination.getOutcomes() |
Outcome |
NodeReceivingDestination.send(Message_1_0 message,
ServerTransaction txn) |
Outcome |
QueueDestination.send(Message_1_0 message,
ServerTransaction txn) |
Outcome |
ExchangeDestination.send(Message_1_0 message,
ServerTransaction txn) |
Outcome |
ReceivingDestination.send(Message_1_0 message,
ServerTransaction txn) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.