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

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

Methods in org.exolab.jmscts.core.filter that return FactoryType
 FactoryType Selector.getFactory()
          Returns the value of field 'factory'.
 

Methods in org.exolab.jmscts.core.filter with parameters of type FactoryType
 void Selector.setFactory(FactoryType factory)
          Sets the value of field 'factory'.
 

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

Fields in org.exolab.jmscts.core.types declared as FactoryType
static FactoryType FactoryType.QUEUECONNECTIONFACTORY
          The instance of the QueueConnectionFactory type
static FactoryType FactoryType.TOPICCONNECTIONFACTORY
          The instance of the TopicConnectionFactory type
static FactoryType FactoryType.XAQUEUECONNECTIONFACTORY
          The instance of the XAQueueConnectionFactory type
static FactoryType FactoryType.XATOPICCONNECTIONFACTORY
          The instance of the XATopicConnectionFactory type
 

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

Uses of FactoryType in org.exolab.jmscts.report
 

Methods in org.exolab.jmscts.report that return FactoryType
 FactoryType Factory.getType()
          Returns the value of field 'type'.
 

Methods in org.exolab.jmscts.report with parameters of type FactoryType
 void Factory.setType(FactoryType type)
          Sets the value of field 'type'.
 



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