Uses of Class
org.apache.qpid.jms.provider.amqp.AmqpConnection
-
Packages that use AmqpConnection Package Description org.apache.qpid.jms.provider.amqp org.apache.qpid.jms.provider.amqp.builders org.apache.qpid.jms.provider.amqp.message -
-
Uses of AmqpConnection in org.apache.qpid.jms.provider.amqp
Fields in org.apache.qpid.jms.provider.amqp declared as AmqpConnection Modifier and Type Field Description protected AmqpConnectionAmqpProducer. connectionMethods in org.apache.qpid.jms.provider.amqp that return AmqpConnection Modifier and Type Method Description AmqpConnectionAmqpConsumer. getConnection()AmqpConnectionAmqpSession. getConnection()AmqpConnectionAmqpTemporaryDestination. getConnection()Constructors in org.apache.qpid.jms.provider.amqp with parameters of type AmqpConnection Constructor Description AmqpConnectionSession(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 AmqpConnection Modifier and Type Method Description protected 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 AmqpConnection Modifier and Type Method Description protected 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 AmqpConnection Constructor Description AmqpConnectionSessionBuilder(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 AmqpConnection Modifier and Type Field Description protected AmqpConnectionAmqpJmsMessageFacade. connectionMethods in org.apache.qpid.jms.provider.amqp.message that return AmqpConnection Modifier and Type Method Description AmqpConnectionAmqpJmsMessageFactory. getAmqpConnection()Methods in org.apache.qpid.jms.provider.amqp.message with parameters of type AmqpConnection Modifier and Type Method Description static java.lang.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 Constructor Description AmqpJmsMessageFactory(AmqpConnection connection)
-