org.exolab.jms.config.types
Class SchemeType

java.lang.Object
  extended by 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 enumerate Returns an enumeration of all possible instances of SchemeType
 int getType()
          Method getType Returns the type of this SchemeType
 java.lang.String toString()
          Method toString Returns the String representation of this SchemeType
static SchemeType valueOf(java.lang.String string)
          Method valueOf Returns 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

See Also:
Constant Field Values

TCP

public static final SchemeType TCP
The instance of the tcp type


TCPS_TYPE

public static final int TCPS_TYPE
The tcps type

See Also:
Constant Field Values

TCPS

public static final SchemeType TCPS
The instance of the tcps type


HTTP_TYPE

public static final int HTTP_TYPE
The http type

See Also:
Constant Field Values

HTTP

public static final SchemeType HTTP
The instance of the http type


HTTPS_TYPE

public static final int HTTPS_TYPE
The https type

See Also:
Constant Field Values

HTTPS

public static final SchemeType HTTPS
The instance of the https type


RMI_TYPE

public static final int RMI_TYPE
The rmi type

See Also:
Constant Field Values

RMI

public static final SchemeType RMI
The instance of the rmi type


EMBEDDED_TYPE

public static final int EMBEDDED_TYPE
The embedded type

See Also:
Constant Field Values

EMBEDDED

public static final SchemeType EMBEDDED
The instance of the embedded type

Method Detail

enumerate

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

Returns:
Enumeration

getType

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

Returns:
int

toString

public java.lang.String toString()
Method toString Returns the String representation of this SchemeType

Overrides:
toString in class java.lang.Object
Returns:
String

valueOf

public static SchemeType valueOf(java.lang.String string)
Method valueOf Returns a new SchemeType based on the given String value.

Parameters:
string -
Returns:
SchemeType


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