Uses of Interface
org.apache.qpid.jms.provider.amqp.AmqpResource
-
Packages that use AmqpResource Package Description org.apache.qpid.jms.provider.amqp org.apache.qpid.jms.provider.amqp.builders -
-
Uses of AmqpResource in org.apache.qpid.jms.provider.amqp
Classes in org.apache.qpid.jms.provider.amqp that implement AmqpResource Modifier and Type Class Description classAmqpAbstractResource<R extends JmsResource,E extends org.apache.qpid.proton.engine.Endpoint>Abstract base for all AmqpResource implementations to extend.classAmqpAnonymousFallbackProducerHandles the case of anonymous JMS MessageProducers.classAmqpConnectionclassAmqpConnectionSessionSubclass of the standard session object used solely by AmqpConnection to aid in managing connection resources that require a persistent session.classAmqpConsumerAMQP Consumer object that is used to manage JMS MessageConsumer semantics.classAmqpFixedProducerAMQP Producer object that is used to manage JMS MessageProducer semantics.classAmqpProducerBase class for Producer instances.classAmqpSessionclassAmqpTemporaryDestinationManages a Temporary Destination linked to a given Connection.classAmqpTransactionCoordinatorRepresents the AMQP Transaction coordinator link used by the transaction context of a session to control the lifetime of a given transaction.Methods in org.apache.qpid.jms.provider.amqp with parameters of type AmqpResource Modifier and Type Method Description voidAmqpConnection. addChildResource(AmqpResource resource)voidAmqpConnectionSession. addChildResource(AmqpResource resource)voidAmqpProvider. addChildResource(AmqpResource resource)voidAmqpResourceParent. 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.voidAmqpSession. addChildResource(AmqpResource resource)voidAmqpTransactionContext. addChildResource(AmqpResource resource)voidAmqpConnection. removeChildResource(AmqpResource resource)voidAmqpProvider. removeChildResource(AmqpResource resource)voidAmqpResourceParent. removeChildResource(AmqpResource resource)Removes the given resource from the registered child resources managed by this one.voidAmqpSession. removeChildResource(AmqpResource resource)voidAmqpTransactionContext. removeChildResource(AmqpResource resource) -
Uses of AmqpResource in org.apache.qpid.jms.provider.amqp.builders
Classes in org.apache.qpid.jms.provider.amqp.builders with type parameters of type AmqpResource Modifier and Type Class Description classAmqpResourceBuilder<TARGET extends AmqpResource,PARENT extends AmqpResourceParent,INFO extends JmsResource,ENDPOINT extends org.apache.qpid.proton.engine.Endpoint>Base for all AmqpResource builders.Fields in org.apache.qpid.jms.provider.amqp.builders declared as AmqpResource Modifier and Type Field Description protected TARGETAmqpResourceBuilder. resource
-