Uses of Class
org.objectweb.joram.client.connector.OutboundSession
-
Packages that use OutboundSession Package Description org.objectweb.joram.client.connector -
-
Uses of OutboundSession in org.objectweb.joram.client.connector
Subclasses of OutboundSession in org.objectweb.joram.client.connector Modifier and Type Class Description classOutboundQueueSessionAnOutboundQueueSessioninstance wraps a JMS QueueSession (XA or not) for a component involved in PTP outbound messaging.classOutboundTopicSessionAnOutboundTopicSessioninstance wraps a JMS TopicSession (XA or not) for a component involved in PubSub outbound messaging.Fields in org.objectweb.joram.client.connector declared as OutboundSession Modifier and Type Field Description protected OutboundSessionOutboundConsumer. sessionTheOutboundSessionthis consumer belongs to.protected OutboundSessionOutboundProducer. sessionTheOutboundSessionthis producer belongs to.Fields in org.objectweb.joram.client.connector with type parameters of type OutboundSession Modifier and Type Field Description (package private) Vector<OutboundSession>OutboundConnection. sessionsVector of the connection's sessions.Constructors in org.objectweb.joram.client.connector with parameters of type OutboundSession Constructor Description OutboundConsumer(MessageConsumer consumer, OutboundSession session)Constructs anOutboundConsumerinstance.OutboundProducer(MessageProducer producer, OutboundSession session)Constructs anOutboundProducerinstance.OutboundPublisher(MessageProducer producer, OutboundSession session)Constructs anOutboundPublisherinstance.OutboundReceiver(Queue queue, MessageConsumer consumer, OutboundSession session)Constructs anOutboundReceiverinstance.OutboundSender(MessageProducer producer, OutboundSession session)Constructs anOutboundSenderinstance.OutboundSubscriber(Topic topic, boolean noLocal, MessageConsumer consumer, OutboundSession session)Constructs anOutboundSubscriberinstance.
-