org.exolab.jmscts.core.types
Class FactoryType

java.lang.Object
  |
  +--org.exolab.jmscts.core.types.FactoryType
All Implemented Interfaces:
java.io.Serializable

public class FactoryType
extends java.lang.Object
implements java.io.Serializable

Class FactoryType.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
static FactoryType QUEUECONNECTIONFACTORY
          The instance of the QueueConnectionFactory type
static int QUEUECONNECTIONFACTORY_TYPE
          The QueueConnectionFactory type
static FactoryType TOPICCONNECTIONFACTORY
          The instance of the TopicConnectionFactory type
static int TOPICCONNECTIONFACTORY_TYPE
          The TopicConnectionFactory type
static FactoryType XAQUEUECONNECTIONFACTORY
          The instance of the XAQueueConnectionFactory type
static int XAQUEUECONNECTIONFACTORY_TYPE
          The XAQueueConnectionFactory type
static FactoryType XATOPICCONNECTIONFACTORY
          The instance of the XATopicConnectionFactory type
static int XATOPICCONNECTIONFACTORY_TYPE
          The XATopicConnectionFactory type
 
Method Summary
static java.util.Enumeration enumerate()
          Method enumerateReturns an enumeration of all possible instances of FactoryType
 int getType()
          Method getTypeReturns the type of this FactoryType
 java.lang.String toString()
          Method toStringReturns the String representation of this FactoryType
static FactoryType valueOf(java.lang.String string)
          Method valueOfReturns a new FactoryType based on the given String value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

QUEUECONNECTIONFACTORY_TYPE

public static final int QUEUECONNECTIONFACTORY_TYPE
The QueueConnectionFactory type

QUEUECONNECTIONFACTORY

public static final FactoryType QUEUECONNECTIONFACTORY
The instance of the QueueConnectionFactory type

TOPICCONNECTIONFACTORY_TYPE

public static final int TOPICCONNECTIONFACTORY_TYPE
The TopicConnectionFactory type

TOPICCONNECTIONFACTORY

public static final FactoryType TOPICCONNECTIONFACTORY
The instance of the TopicConnectionFactory type

XAQUEUECONNECTIONFACTORY_TYPE

public static final int XAQUEUECONNECTIONFACTORY_TYPE
The XAQueueConnectionFactory type

XAQUEUECONNECTIONFACTORY

public static final FactoryType XAQUEUECONNECTIONFACTORY
The instance of the XAQueueConnectionFactory type

XATOPICCONNECTIONFACTORY_TYPE

public static final int XATOPICCONNECTIONFACTORY_TYPE
The XATopicConnectionFactory type

XATOPICCONNECTIONFACTORY

public static final FactoryType XATOPICCONNECTIONFACTORY
The instance of the XATopicConnectionFactory type
Method Detail

enumerate

public static java.util.Enumeration enumerate()
Method enumerateReturns an enumeration of all possible instances of FactoryType

getType

public int getType()
Method getTypeReturns the type of this FactoryType

toString

public java.lang.String toString()
Method toStringReturns the String representation of this FactoryType
Overrides:
toString in class java.lang.Object

valueOf

public static FactoryType valueOf(java.lang.String string)
Method valueOfReturns a new FactoryType based on the given String value.
Parameters:
string -  


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