Uses of Class
org.apache.qpid.jms.provider.amqp.AmqpConnection
Packages that use AmqpConnection
Package
Description
-
Uses of AmqpConnection in org.apache.qpid.jms.provider.amqp
Fields in org.apache.qpid.jms.provider.amqp declared as AmqpConnectionMethods in org.apache.qpid.jms.provider.amqp that return AmqpConnectionModifier and TypeMethodDescriptionAmqpConsumer.getConnection()AmqpSession.getConnection()AmqpTemporaryDestination.getConnection()Constructors in org.apache.qpid.jms.provider.amqp with parameters of type AmqpConnectionModifierConstructorDescriptionAmqpConnectionSession(AmqpConnection connection, JmsSessionInfo info, org.apache.qpid.proton.engine.Session session) Create a new instance of a Connection owned Session object.AmqpSession(AmqpConnection connection, JmsSessionInfo info, org.apache.qpid.proton.engine.Session session) -
Uses of AmqpConnection in org.apache.qpid.jms.provider.amqp.builders
Methods in org.apache.qpid.jms.provider.amqp.builders that return AmqpConnectionModifier and TypeMethodDescriptionprotected AmqpConnectionAmqpConnectionBuilder.createResource(AmqpProvider parent, JmsConnectionInfo resourceInfo, org.apache.qpid.proton.engine.Connection endpoint) Methods in org.apache.qpid.jms.provider.amqp.builders with parameters of type AmqpConnectionModifier and TypeMethodDescriptionprotected voidAmqpClosedConnectionBuilder.afterClosed(AmqpConnection resource, JmsConnectionInfo resourceInfo) protected AmqpSessionAmqpConnectionSessionBuilder.createResource(AmqpConnection parent, JmsSessionInfo resourceInfo, org.apache.qpid.proton.engine.Session endpoint) protected AmqpSessionAmqpSessionBuilder.createResource(AmqpConnection parent, JmsSessionInfo resourceInfo, org.apache.qpid.proton.engine.Session endpoint) Constructors in org.apache.qpid.jms.provider.amqp.builders with parameters of type AmqpConnectionModifierConstructorDescriptionAmqpConnectionSessionBuilder(AmqpConnection parent, JmsSessionInfo resourceInfo) AmqpSessionBuilder(AmqpConnection parent, JmsSessionInfo resourceInfo) -
Uses of AmqpConnection in org.apache.qpid.jms.provider.amqp.message
Fields in org.apache.qpid.jms.provider.amqp.message declared as AmqpConnectionMethods in org.apache.qpid.jms.provider.amqp.message that return AmqpConnectionMethods in org.apache.qpid.jms.provider.amqp.message with parameters of type AmqpConnectionModifier and TypeMethodDescriptionstatic StringAmqpDestinationHelper.getDestinationAddress(JmsDestination destination, AmqpConnection connection) voidAmqpJmsMessageFacade.initialize(AmqpConnection connection) Initialize the state of this message for send.voidAmqpJmsObjectMessageFacade.initialize(AmqpConnection connection) Constructors in org.apache.qpid.jms.provider.amqp.message with parameters of type AmqpConnection