Uses of Class
org.objectweb.joram.client.jms.MessageConsumer
-
Packages that use MessageConsumer Package Description org.objectweb.joram.client.jms Theorg.objectweb.joram.client.jmspackage holds the classes implementing the interfaces defined by the JMS 2.0 specification. -
-
Uses of MessageConsumer in org.objectweb.joram.client.jms
Subclasses of MessageConsumer in org.objectweb.joram.client.jms Modifier and Type Class Description classQueueReceiverImplements thejavax.jms.QueueReceiverinterface.classTopicSubscriberImplements thejavax.jms.TopicSubscriberinterface.Fields in org.objectweb.joram.client.jms declared as MessageConsumer Modifier and Type Field Description private MessageConsumerSession. pendingMessageConsumerThe message consumer currently making a request (null if none).Fields in org.objectweb.joram.client.jms with type parameters of type MessageConsumer Modifier and Type Field Description private Vector<MessageConsumer>Session. consumersVector of message consumers.Methods in org.objectweb.joram.client.jms that return MessageConsumer Modifier and Type Method Description private MessageConsumerSession. getMessageConsumer(String sharedSubscriptionName)Methods in org.objectweb.joram.client.jms with parameters of type MessageConsumer Modifier and Type Method Description protected voidSession. addConsumer(MessageConsumer mc)Called here and by sub-classes.(package private) voidSession. closeConsumer(MessageConsumer mc)Called by MessageConsumer.private voidSession. preReceive(MessageConsumer mc)First stage before calling the proxy and waiting for the reply.(package private) MessageSession. receive(long requestTimeToLive, long waitTimeOut, MessageConsumer mc, String targetName, String selector, boolean queueMode)Called by MessageConsumer.
-