|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.config.types.SchemeType
Class SchemeType.
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 |
public static final int TCP_TYPE
public static final SchemeType TCP
public static final int TCPS_TYPE
public static final SchemeType TCPS
public static final int HTTP_TYPE
public static final SchemeType HTTP
public static final int HTTPS_TYPE
public static final SchemeType HTTPS
public static final int RMI_TYPE
public static final SchemeType RMI
public static final int EMBEDDED_TYPE
public static final SchemeType EMBEDDED
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static SchemeType valueOf(java.lang.String string)
string
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |