|
|||||||||
| Home >> All >> org >> objectweb >> jtests >> jms >> conform >> [ session overview ] | PREV NEXT | ||||||||
O
- org.objectweb.jtests.jms.conform.session - package org.objectweb.jtests.jms.conform.session
Q
- QueueSessionTest - class org.objectweb.jtests.jms.conform.session.QueueSessionTest.
- Test queue sessions
See JMS specifications, §4.4 Session - QueueSessionTest(String) - Constructor for class org.objectweb.jtests.jms.conform.session.QueueSessionTest
S
- SessionTest - class org.objectweb.jtests.jms.conform.session.SessionTest.
- Test sessions
See JMS specifications, §4.4 Session - SessionTest(String) - Constructor for class org.objectweb.jtests.jms.conform.session.SessionTest
- suite() - Static method in class org.objectweb.jtests.jms.conform.session.QueueSessionTest
- Method to use this class in a Test suite
- suite() - Static method in class org.objectweb.jtests.jms.conform.session.SessionTest
- Method to use this class in a Test suite
- suite() - Static method in class org.objectweb.jtests.jms.conform.session.TopicSessionTest
- Method to use this class in a Test suite
T
- TopicSessionTest - class org.objectweb.jtests.jms.conform.session.TopicSessionTest.
- Test topic sessions
See JMS specifications, §4.4 Session - TopicSessionTest(String) - Constructor for class org.objectweb.jtests.jms.conform.session.TopicSessionTest
- testAcknowledge() - Method in class org.objectweb.jtests.jms.conform.session.SessionTest
- Test that invoking the
acknowledge()method of a received message from a closed session must throw anIllegalStateException. - testCloseClosedSession() - Method in class org.objectweb.jtests.jms.conform.session.SessionTest
- Test that closing a closed session does not throw an exception.
- testCommitNonTransactedSession() - Method in class org.objectweb.jtests.jms.conform.session.SessionTest
- Test that an attempt to call the
commit()method on a non transactedSessionthrows ajavax.jms.IllegalStateException. - testCommitTransactedSession() - Method in class org.objectweb.jtests.jms.conform.session.SessionTest
- Test that a call to the
rollback()method on a transactedSessionrollbacks all the messages sent in the transaction. - testCreateBrowser_1() - Method in class org.objectweb.jtests.jms.conform.session.QueueSessionTest
- Test that a call to the
createBrowser()method with an invalidQueuethrows ajavax.jms.InvalidDestinationException. - testCreateBrowser_2() - Method in class org.objectweb.jtests.jms.conform.session.QueueSessionTest
- Test that a call to the
createBrowser()method with an invalid messaeg session throws ajavax.jms.InvalidSelectorException. - testCreateDurableSubscriber_1() - Method in class org.objectweb.jtests.jms.conform.session.TopicSessionTest
- Test that a call to the
createDurableSubscriber()method with an invalidTopicthrows ajavax.jms.InvalidDestinationException. - testCreateDurableSubscriber_2() - Method in class org.objectweb.jtests.jms.conform.session.TopicSessionTest
- Test that a call to the
createDurableSubscriber()method with an invalid message selector throws ajavax.jms.InvalidSelectorException. - testCreateReceiver_1() - Method in class org.objectweb.jtests.jms.conform.session.QueueSessionTest
- Test that a call to the
createReceiver()method with an invalidQueuethrows ajavax.jms.InvalidDestinationException> - testCreateReceiver_2() - Method in class org.objectweb.jtests.jms.conform.session.QueueSessionTest
- Test that a call to the
createReceiver()method with an invalid message selector throws ajavax.jms.InvalidSelectorException. - testCreateSubscriber_1() - Method in class org.objectweb.jtests.jms.conform.session.TopicSessionTest
- Test that a call to the
createSubscriber()method with an invalidTopicthrows ajavax.jms.InvalidDestinationException. - testCreateSubscriber_2() - Method in class org.objectweb.jtests.jms.conform.session.TopicSessionTest
- Test that a call to the
createSubscriber()method with an invalid message selector throws ajavax.jms.InvalidSelectorException. - testDurableSubscriber() - Method in class org.objectweb.jtests.jms.conform.session.TopicSessionTest
- Test that a durable subscriber effectively receives the messages sent to its topic while it was inactive.
- testGetTransacted() - Method in class org.objectweb.jtests.jms.conform.session.SessionTest
- Test that the
getTransacted()method of aSessionreturnstrueif the session is transacted,falseelse. - testRecoverTransactedSession() - Method in class org.objectweb.jtests.jms.conform.session.SessionTest
- Test that an attempt to call the
recover()method on a transactedSessionthrows ajavax.jms.IllegalStateException. - testRollbackNonTransactedSession() - Method in class org.objectweb.jtests.jms.conform.session.SessionTest
- Test that an attempt to call the
roolback()method on a non transactedSessionthrows ajavax.jms.IllegalStateException. - testRollbackRececeivedMessage() - Method in class org.objectweb.jtests.jms.conform.session.QueueSessionTest
- Test that if we rollback a transaction which has consumed a message, the message is effectively redelivered.
- testRollbackReceivedMessage() - Method in class org.objectweb.jtests.jms.conform.session.TopicSessionTest
- Test that if we rollback a transaction which has consumed a message, the message is effectively redelivered.
- testRollbackTransactedSession() - Method in class org.objectweb.jtests.jms.conform.session.SessionTest
- Test that a call to the
rollback()method on a transactedSessionrollbacks all the messages sent in the transaction. - testUnsubscribe() - Method in class org.objectweb.jtests.jms.conform.session.TopicSessionTest
- Test the unsubscription of a durable subscriber.
- testUseMessage() - Method in class org.objectweb.jtests.jms.conform.session.SessionTest
- Test that it is valid to use message objects created or received via the [closed] session with the
exception of a received message
acknowledge()method. - testUsedClosedSession() - Method in class org.objectweb.jtests.jms.conform.session.SessionTest
- Test that an attempt to use a
Sessionwhich has been closed throws ajavax.jms.IllegalStateException.
O Q S T
|
|||||||||
| Home >> All >> org >> objectweb >> jtests >> jms >> conform >> [ session overview ] | PREV NEXT | ||||||||