public class ProtonClientSessionContext extends AbstractProtonSessionContext implements AMQPClientSessionContext
closed, connection, receivers, senders, session, sessionSPI| Constructor and Description |
|---|
ProtonClientSessionContext(AMQPSessionCallback sessionSPI,
AbstractConnectionContext connection,
org.apache.qpid.proton.engine.Session session) |
| Modifier and Type | Method and Description |
|---|---|
AMQPClientSenderContext |
createDynamicSender(boolean preSettled) |
AMQPClientReceiverContext |
createReceiver(String address) |
AMQPClientReceiverContext |
createReceiver(String name,
String address) |
AMQPClientSenderContext |
createSender(String address,
boolean preSettled) |
close, disconnect, getTag, initialise, removeReceiver, removeSender, replaceTagafterInit, isInitialized, waitWithTimeoutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getTag, removeReceiver, removeSender, replaceTagpublic ProtonClientSessionContext(AMQPSessionCallback sessionSPI, AbstractConnectionContext connection, org.apache.qpid.proton.engine.Session session)
public AMQPClientSenderContext createSender(String address, boolean preSettled) throws ActiveMQAMQPException
createSender in interface AMQPClientSessionContextActiveMQAMQPExceptionpublic AMQPClientSenderContext createDynamicSender(boolean preSettled) throws ActiveMQAMQPException
createDynamicSender in interface AMQPClientSessionContextActiveMQAMQPExceptionpublic AMQPClientReceiverContext createReceiver(String address) throws ActiveMQAMQPException
createReceiver in interface AMQPClientSessionContextActiveMQAMQPExceptionpublic AMQPClientReceiverContext createReceiver(String name, String address) throws ActiveMQAMQPException
createReceiver in interface AMQPClientSessionContextActiveMQAMQPExceptionCopyright © 2016 The Apache Software Foundation. All Rights Reserved.