Package | Description |
---|---|
org.apache.qpid.jms.provider.amqp | |
org.apache.qpid.jms.provider.amqp.builders |
Modifier and Type | Class and Description |
---|---|
class |
AmqpConnection |
class |
AmqpConnectionSession
Subclass of the standard session object used solely by AmqpConnection to
aid in managing connection resources that require a persistent session.
|
class |
AmqpProvider
An AMQP v1.0 Provider.
|
class |
AmqpSession |
class |
AmqpTransactionContext
Handles the operations surrounding AMQP transaction control.
|
Modifier and Type | Method and Description |
---|---|
AmqpResourceParent |
AmqpAbstractResource.getParent() |
Constructor and Description |
---|
AmqpAbstractResource(R resourceInfo,
E endpoint,
AmqpResourceParent parent)
Creates a new instance with the JmsResource provided, and sets the Endpoint to the given value.
|
AmqpTransactionCoordinator(JmsSessionInfo resourceInfo,
org.apache.qpid.proton.engine.Sender endpoint,
AmqpResourceParent parent) |
Modifier and Type | Class and Description |
---|---|
class |
AmqpResourceBuilder<TARGET extends AmqpResource,PARENT extends AmqpResourceParent,INFO extends JmsResource,ENDPOINT extends org.apache.qpid.proton.engine.Endpoint>
Base for all AmqpResource builders.
|
Modifier and Type | Field and Description |
---|---|
protected PARENT |
AmqpResourceBuilder.parent |
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.