Package | Description |
---|---|
org.objectweb.joram.client.jms |
The
org.objectweb.joram.client.jms package holds the classes implementing the interfaces defined by the JMS 1.1 specification. |
Modifier and Type | Class and Description |
---|---|
class |
QueueReceiver
Implements the
javax.jms.QueueReceiver interface. |
class |
TopicSubscriber
Implements the
javax.jms.TopicSubscriber interface. |
Modifier and Type | Field and Description |
---|---|
private MessageConsumer |
Session.pendingMessageConsumer
The message consumer currently making a request (null if none).
|
Modifier and Type | Field and Description |
---|---|
private Vector<MessageConsumer> |
Session.consumers
Vector of message consumers.
|
Modifier and Type | Method and Description |
---|---|
private MessageConsumer |
Session.getMessageConsumer(String sharedSubscriptionName) |
Modifier and Type | Method and Description |
---|---|
protected void |
Session.addConsumer(MessageConsumer mc)
Called here and by sub-classes.
|
(package private) void |
Session.closeConsumer(MessageConsumer mc)
Called by MessageConsumer.
|
private void |
Session.preReceive(MessageConsumer mc)
First stage before calling the proxy and waiting
for the reply.
|
(package private) Message |
Session.receive(long requestTimeToLive,
long waitTimeOut,
MessageConsumer mc,
String targetName,
String selector,
boolean queueMode)
Called by MessageConsumer.
|
Copyright © 2016 ScalAgent D.T.. All Rights Reserved.