Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
O Q S T

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 an IllegalStateException.
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 transacted Session throws a javax.jms.IllegalStateException.
testCommitTransactedSession() - Method in class org.objectweb.jtests.jms.conform.session.SessionTest
Test that a call to the rollback() method on a transacted Session rollbacks 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 invalid Queue throws a javax.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 a javax.jms.InvalidSelectorException.
testCreateDurableSubscriber_1() - Method in class org.objectweb.jtests.jms.conform.session.TopicSessionTest
Test that a call to the createDurableSubscriber() method with an invalid Topic throws a javax.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 a javax.jms.InvalidSelectorException.
testCreateReceiver_1() - Method in class org.objectweb.jtests.jms.conform.session.QueueSessionTest
Test that a call to the createReceiver() method with an invalid Queue throws a javax.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 a javax.jms.InvalidSelectorException.
testCreateSubscriber_1() - Method in class org.objectweb.jtests.jms.conform.session.TopicSessionTest
Test that a call to the createSubscriber() method with an invalid Topic throws a javax.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 a javax.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 a Session returns true if the session is transacted, false else.
testRecoverTransactedSession() - Method in class org.objectweb.jtests.jms.conform.session.SessionTest
Test that an attempt to call the recover() method on a transacted Session throws a javax.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 transacted Session throws a javax.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 transacted Session rollbacks 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 Session which has been closed throws a javax.jms.IllegalStateException.

O Q S T