|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.latencybusters.jms.LBMSession
com.latencybusters.jms.queue.LBMQueueSession
public class LBMQueueSession
| Field Summary |
|---|
| Fields inherited from class com.latencybusters.jms.LBMSession |
|---|
acknowledgeMode, active, cfName, connection, consumerList, evq, listener, myContext, open, producerList, props, transacted, usingSessionIds |
| Fields inherited from interface javax.jms.Session |
|---|
AUTO_ACKNOWLEDGE, CLIENT_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE, SESSION_TRANSACTED |
| Constructor Summary | |
|---|---|
LBMQueueSession(LBMConnection connection,
com.latencybusters.lbm.LBMContext myContext,
com.latencybusters.lbm.LBMEventQueue evq,
java.util.ArrayList<NameValue> props,
int acknowledgeMode,
boolean transacted,
java.lang.String cfName)
This is an internal Method. |
|
| Method Summary | |
|---|---|
javax.jms.Queue |
createQueue(java.lang.String queueName)
|
javax.jms.QueueReceiver |
createReceiver(javax.jms.Queue queue)
|
javax.jms.QueueReceiver |
createReceiver(javax.jms.Queue queue,
java.lang.String messageSelector)
|
javax.jms.QueueSender |
createSender(javax.jms.Queue queue)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.jms.QueueSession |
|---|
createBrowser, createBrowser, createTemporaryQueue |
| Methods inherited from interface javax.jms.Session |
|---|
close, commit, createBytesMessage, createConsumer, createConsumer, createConsumer, createDurableSubscriber, createDurableSubscriber, createMapMessage, createMessage, createObjectMessage, createObjectMessage, createProducer, createStreamMessage, createTemporaryTopic, createTextMessage, createTextMessage, createTopic, getAcknowledgeMode, getMessageListener, getTransacted, recover, rollback, run, setMessageListener, unsubscribe |
| Constructor Detail |
|---|
public LBMQueueSession(LBMConnection connection,
com.latencybusters.lbm.LBMContext myContext,
com.latencybusters.lbm.LBMEventQueue evq,
java.util.ArrayList<NameValue> props,
int acknowledgeMode,
boolean transacted,
java.lang.String cfName)
| Method Detail |
|---|
public javax.jms.Queue createQueue(java.lang.String queueName)
throws javax.jms.IllegalStateException
createQueue in interface javax.jms.QueueSessioncreateQueue in interface javax.jms.SessioncreateQueue in class LBMSessionjavax.jms.IllegalStateException
public javax.jms.QueueReceiver createReceiver(javax.jms.Queue queue)
throws javax.jms.IllegalStateException,
javax.jms.JMSException
createReceiver in interface javax.jms.QueueSessionjavax.jms.IllegalStateException
javax.jms.JMSException
public javax.jms.QueueReceiver createReceiver(javax.jms.Queue queue,
java.lang.String messageSelector)
throws javax.jms.IllegalStateException,
javax.jms.JMSException
createReceiver in interface javax.jms.QueueSessionjavax.jms.IllegalStateException
javax.jms.JMSException
public javax.jms.QueueSender createSender(javax.jms.Queue queue)
throws javax.jms.IllegalStateException,
javax.jms.JMSException
createSender in interface javax.jms.QueueSessionjavax.jms.IllegalStateException
javax.jms.JMSException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||