org.exolab.jms.config.types
Class SchemeType

java.lang.Object
  |
  +--org.exolab.jms.config.types.SchemeType
All Implemented Interfaces:
java.io.Serializable

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

Class SchemeType.

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

Field Summary
static SchemeType EMBEDDED
          The instance of the embedded type
static int EMBEDDED_TYPE
          The embedded type
static SchemeType HTTP
          The instance of the http type
static int HTTP_TYPE
          The http type
static SchemeType HTTPS
          The instance of the https type
static int HTTPS_TYPE
          The https type
static SchemeType RMI
          The instance of the rmi type
static int RMI_TYPE
          The rmi type
static SchemeType TCP
          The instance of the tcp type
static int TCP_TYPE
          The tcp type
static SchemeType TCPS
          The instance of the tcps type
static int TCPS_TYPE
          The tcps type
 
Method Summary
static java.util.Enumeration enumerate()
          Method enumerateReturns an enumeration of all possible instances of SchemeType
 int getType()
          Method getTypeReturns the type of this SchemeType
 java.lang.String toString()
          Method toStringReturns the String representation of this SchemeType
static SchemeType valueOf(java.lang.String string)
          Method valueOfReturns a new SchemeType 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

TCP_TYPE

public static final int TCP_TYPE
The tcp type

TCP

public static final SchemeType TCP
The instance of the tcp type

TCPS_TYPE

public static final int TCPS_TYPE
The tcps type

TCPS

public static final SchemeType TCPS
The instance of the tcps type

HTTP_TYPE

public static final int HTTP_TYPE
The http type

HTTP

public static final SchemeType HTTP
The instance of the http type

HTTPS_TYPE

public static final int HTTPS_TYPE
The https type

HTTPS

public static final SchemeType HTTPS
The instance of the https type

RMI_TYPE

public static final int RMI_TYPE
The rmi type

RMI

public static final SchemeType RMI
The instance of the rmi type

EMBEDDED_TYPE

public static final int EMBEDDED_TYPE
The embedded type

EMBEDDED

public static final SchemeType EMBEDDED
The instance of the embedded type
Method Detail

enumerate

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

getType

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

toString

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

valueOf

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


Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.