Uses of Class
org.exolab.jmscts.core.AckTypes

Packages that use AckTypes
org.exolab.jmscts.core Core code used to execute JMS CTS 
 

Uses of AckTypes in org.exolab.jmscts.core
 

Fields in org.exolab.jmscts.core declared as AckTypes
static AckTypes AckTypes.ALL
          All session message acknowledgement types
static AckTypes AckTypes.NON_TRANSACTIONAL
          Non transacted sessions
static AckTypes AckTypes.TRANSACTIONAL
          Transacted sessions
 

Methods in org.exolab.jmscts.core that return AckTypes
 AckTypes AbstractMessageTestRunner.getAckTypes()
          Returns the message acknowledgement types of the sessions to test against.
 AckTypes AbstractSessionTestCase.getAckTypes()
          Returns the session types to test against.
 AckTypes SessionTestCase.getAckTypes()
          Returns the session types to test against.
static AckTypes AckTypes.fromString(java.lang.String[] types)
          Helper to convert a set of stringified acknowledgement types to a AckTypes instance
 



Copyright © 2001-2004 JMS CTS Team. All Rights Reserved.