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

Packages that use ReceiptType
org.exolab.jmscts.core Core code used to execute JMS CTS 
org.exolab.jmscts.tools.receive Command line tool to receive messages 
 

Uses of ReceiptType in org.exolab.jmscts.core
 

Fields in org.exolab.jmscts.core declared as ReceiptType
static ReceiptType ReceiptType.ASYNCHRONOUS
          Specifies to use asynchronous message receipt
static ReceiptType ReceiptType.SYNCHRONOUS
          Specifies to use synchronous message receipt
static ReceiptType ReceiptType.BROWSER
          Specifies to use a browser to receive messages.
 

Methods in org.exolab.jmscts.core that return ReceiptType
 ReceiptType DeliveryType.getReceiptType()
          Returns the type of message receipt to be used
 ReceiptType MessagingBehaviour.getReceiptType()
          Returns the message receipt behaviour
static ReceiptType ReceiptType.fromString(java.lang.String type)
          Helper to parse a ReceiptType from a string
 

Methods in org.exolab.jmscts.core with parameters of type ReceiptType
 void MessagingBehaviour.setReceiptType(ReceiptType receipt)
          Set the message receipt behaviour
 

Constructors in org.exolab.jmscts.core with parameters of type ReceiptType
DeliveryType(boolean persistent, boolean administered, ReceiptType receipt)
          Create a new instance
 

Uses of ReceiptType in org.exolab.jmscts.tools.receive
 

Methods in org.exolab.jmscts.tools.receive with parameters of type ReceiptType
 void Receive.setReceiptType(ReceiptType type)
          Sets the receipt type
 



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