|
|||||||||
| Home >> All >> org >> objectweb >> jtests >> jms >> conform >> [ connection overview ] | PREV NEXT | ||||||||
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 anIllegalStateException. - 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
MessageProducercan send messages while aConnectionis stopped. - testSetClientID_1() - Method in class org.objectweb.jtests.jms.conform.connection.TopicConnectionTest
- Test that a call to
setClientIDwill throw anIllegalStateExceptionif 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
setClientIDcan 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
setClientIDis called, the JMS provider should detect the duplicate ID and throw anInvalidClientIDExceptionThis 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
Connectionwhich has been closed throws ajavax.jms.IllegalStateException.
C O S T
|
|||||||||
| Home >> All >> org >> objectweb >> jtests >> jms >> conform >> [ connection overview ] | PREV NEXT | ||||||||