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

Packages that use SessionType
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 SessionType in org.exolab.jmscts.core.filter
 

Methods in org.exolab.jmscts.core.filter that return SessionType
 SessionType Selector.getSession()
          Returns the value of field 'session'.
 

Methods in org.exolab.jmscts.core.filter with parameters of type SessionType
 void Selector.setSession(SessionType session)
          Sets the value of field 'session'.
 

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

Fields in org.exolab.jmscts.core.types declared as SessionType
static SessionType SessionType.TRANSACTED
          The instance of the TRANSACTED type
static SessionType SessionType.CLIENT_ACKNOWLEDGE
          The instance of the CLIENT_ACKNOWLEDGE type
static SessionType SessionType.DUPS_OK_ACKNOWLEDGE
          The instance of the DUPS_OK_ACKNOWLEDGE type
static SessionType SessionType.AUTO_ACKNOWLEDGE
          The instance of the AUTO_ACKNOWLEDGE type
 

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

Uses of SessionType in org.exolab.jmscts.report
 

Methods in org.exolab.jmscts.report that return SessionType
 SessionType Context.getSession()
          Returns the value of field 'session'.
static SessionType ReportHelper.getSession(TestContext context)
          Maps the session in a TestContext to a SessionType
 

Methods in org.exolab.jmscts.report with parameters of type SessionType
 void Context.setSession(SessionType session)
          Sets the value of field 'session'.
 



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