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

Quick Search    Search Deep
C O S T

C

ConnectionTest - class org.objectweb.jtests.jms.conform.connection.ConnectionTest.
Test connections.
ConnectionTest(String) - Constructor for class org.objectweb.jtests.jms.conform.connection.ConnectionTest
 

O

org.objectweb.jtests.jms.conform.connection - package org.objectweb.jtests.jms.conform.connection
 

S

suite() - Static method in class org.objectweb.jtests.jms.conform.connection.ConnectionTest
Method to use this class in a Test suite
suite() - Static method in class org.objectweb.jtests.jms.conform.connection.TopicConnectionTest
Method to use this class in a Test suite

T

TopicConnectionTest - class org.objectweb.jtests.jms.conform.connection.TopicConnectionTest.
Test topic-specific connection features.
TopicConnectionTest(String) - Constructor for class org.objectweb.jtests.jms.conform.connection.TopicConnectionTest
 
testAcknowledge() - Method in class org.objectweb.jtests.jms.conform.connection.ConnectionTest
Test that invoking the acknowledge() method of a received message from a closed connection's session must throw an IllegalStateException.
testCloseClosedConnection() - Method in class org.objectweb.jtests.jms.conform.connection.ConnectionTest
Test that closing a closed connectiondoes not throw an exception.
testMessageSentWhenConnectionClosed() - Method in class org.objectweb.jtests.jms.conform.connection.ConnectionTest
Test that a MessageProducer can send messages while a Connection is stopped.
testSetClientID_1() - Method in class org.objectweb.jtests.jms.conform.connection.TopicConnectionTest
Test that a call to setClientID will throw an IllegalStateException if a client ID has already been set see JMS javadoc http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/jms/Connection.html#setClientID(java.lang.String)
testSetClientID_2() - Method in class org.objectweb.jtests.jms.conform.connection.TopicConnectionTest
Test that a call to setClientID can occur only after connection creation and before any other action on the connection.
testSetClientID_3() - Method in class org.objectweb.jtests.jms.conform.connection.TopicConnectionTest
Test that if another connection with the same clientID is already running when setClientID is called, the JMS provider should detect the duplicate ID and throw an InvalidClientIDException This test is relevant only if the ID is set by the JMS client see JMS javadoc http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/jms/Connection.html#setClientID(java.lang.String)
testStartStartedConnection() - Method in class org.objectweb.jtests.jms.conform.connection.ConnectionTest
Test that starting a started connection is ignored
testStopConsumerConnection() - Method in class org.objectweb.jtests.jms.conform.connection.ConnectionTest
Test that delivery of message is stopped if the message consumer connection is stopped
testStopStoppedConnection() - Method in class org.objectweb.jtests.jms.conform.connection.ConnectionTest
Test that stopping a stopped connection is ignored
testUseClosedConnection() - Method in class org.objectweb.jtests.jms.conform.connection.ConnectionTest
Test that an attempt to use a Connection which has been closed throws a javax.jms.IllegalStateException.

C O S T