| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CSEP545Service.Type>
tp.impl.CSEP545Service.Type
public static enum CSEP545Service.Type
type of service
| Enum Constant Summary | |
|---|---|
| INVALID | |
| RMresource manager | |
| TMtransaction manager | |
| WCworkflow controller | |
| Method Summary | |
|---|---|
| static CSEP545Service.Type | getInstance(String s) | 
|  boolean | hasType(String s) | 
|  char | prefix() | 
| static CSEP545Service.Type | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static CSEP545Service.Type[] | values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| Methods inherited from class java.lang.Enum | 
|---|
| clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final CSEP545Service.Type INVALID
public static final CSEP545Service.Type RM
public static final CSEP545Service.Type WC
public static final CSEP545Service.Type TM
| Method Detail | 
|---|
public static CSEP545Service.Type[] values()
for (CSEP545Service.Type c : CSEP545Service.Type.values()) System.out.println(c);
public static CSEP545Service.Type valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic char prefix()
public static CSEP545Service.Type getInstance(String s)
public boolean hasType(String s)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||