Uses of Interface
org.apache.qpid.jms.provider.amqp.AmqpResourceParent
-
Packages that use AmqpResourceParent Package Description org.apache.qpid.jms.provider.amqp org.apache.qpid.jms.provider.amqp.builders -
-
Uses of AmqpResourceParent in org.apache.qpid.jms.provider.amqp
Classes in org.apache.qpid.jms.provider.amqp that implement AmqpResourceParent Modifier and Type Class Description classAmqpConnectionclassAmqpConnectionSessionSubclass of the standard session object used solely by AmqpConnection to aid in managing connection resources that require a persistent session.classAmqpProviderAn AMQP v1.0 Provider.classAmqpSessionclassAmqpTransactionContextHandles the operations surrounding AMQP transaction control.Methods in org.apache.qpid.jms.provider.amqp that return AmqpResourceParent Modifier and Type Method Description AmqpResourceParentAmqpAbstractResource. getParent()Constructors in org.apache.qpid.jms.provider.amqp with parameters of type AmqpResourceParent Constructor 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) -
Uses of AmqpResourceParent in org.apache.qpid.jms.provider.amqp.builders
Classes in org.apache.qpid.jms.provider.amqp.builders with type parameters of type AmqpResourceParent 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 AmqpResourceParent Modifier and Type Field Description protected PARENTAmqpResourceBuilder. parent
-