Package | Description |
---|---|
org.apache.qpid.jms.provider.amqp | |
org.apache.qpid.jms.provider.amqp.builders |
Modifier and Type | Class and Description |
---|---|
class |
AmqpAbstractResource<R extends JmsResource,E extends org.apache.qpid.proton.engine.Endpoint>
Abstract base for all AmqpResource implementations to extend.
|
class |
AmqpAnonymousFallbackProducer
Handles the case of anonymous JMS MessageProducers.
|
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 |
AmqpConsumer
AMQP Consumer object that is used to manage JMS MessageConsumer semantics.
|
class |
AmqpFixedProducer
AMQP Producer object that is used to manage JMS MessageProducer semantics.
|
class |
AmqpProducer
Base class for Producer instances.
|
class |
AmqpSession |
class |
AmqpTemporaryDestination
Manages a Temporary Destination linked to a given Connection.
|
class |
AmqpTransactionCoordinator
Represents the AMQP Transaction coordinator link used by the transaction context
of a session to control the lifetime of a given transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
AmqpResourceParent.addChildResource(AmqpResource resource)
Adds the given resource as a child of this resource so that it's
lifetime becomes managed by that of its parent.
|
void |
AmqpTransactionContext.addChildResource(AmqpResource resource) |
void |
AmqpConnection.addChildResource(AmqpResource resource) |
void |
AmqpSession.addChildResource(AmqpResource resource) |
void |
AmqpProvider.addChildResource(AmqpResource resource) |
void |
AmqpResourceParent.removeChildResource(AmqpResource resource)
Removes the given resource from the registered child resources
managed by this one.
|
void |
AmqpTransactionContext.removeChildResource(AmqpResource resource) |
void |
AmqpConnection.removeChildResource(AmqpResource resource) |
void |
AmqpSession.removeChildResource(AmqpResource resource) |
void |
AmqpProvider.removeChildResource(AmqpResource resource) |
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 TARGET |
AmqpResourceBuilder.resource |
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.