Uses of Class
org.exolab.jmscts.core.types.ReceiverType

Packages that use ReceiverType
org.exolab.jmscts.core.filter   
org.exolab.jmscts.core.types   
org.exolab.jmscts.report Code to generate HTML reports from XML, using XSLT 
 

Uses of ReceiverType in org.exolab.jmscts.core.filter
 

Methods in org.exolab.jmscts.core.filter that return ReceiverType
 ReceiverType Selector.getReceiver()
          Returns the value of field 'receiver'.
 

Methods in org.exolab.jmscts.core.filter with parameters of type ReceiverType
 void Selector.setReceiver(ReceiverType receiver)
          Sets the value of field 'receiver'.
 

Uses of ReceiverType in org.exolab.jmscts.core.types
 

Fields in org.exolab.jmscts.core.types declared as ReceiverType
static ReceiverType ReceiverType.SYNCHRONOUS
          The instance of the synchronous type
static ReceiverType ReceiverType.ASYNCHRONOUS
          The instance of the asynchronous type
static ReceiverType ReceiverType.DURABLE_SYNCHRONOUS
          The instance of the durable_synchronous type
static ReceiverType ReceiverType.DURABLE_ASYNCHRONOUS
          The instance of the durable_asynchronous type
static ReceiverType ReceiverType.BROWSER
          The instance of the browser type
 

Methods in org.exolab.jmscts.core.types that return ReceiverType
static ReceiverType ReceiverType.valueOf(java.lang.String string)
          Method valueOfReturns a new ReceiverType based on the given String value.
 

Uses of ReceiverType in org.exolab.jmscts.report
 

Methods in org.exolab.jmscts.report that return ReceiverType
 ReceiverType Behaviour.getReceiver()
          Returns the value of field 'receiver'.
 

Methods in org.exolab.jmscts.report with parameters of type ReceiverType
 void Behaviour.setReceiver(ReceiverType receiver)
          Sets the value of field 'receiver'.
 



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