|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<RuntimeType>
org.glassfish.api.admin.RuntimeType
public enum RuntimeType
Defines a server process type.
| Enum Constant Summary | |
|---|---|
ALL
All instances in the domain |
|
DAS
the Domain Administration Server |
|
EMBEDDED
Embedded |
|
INSTANCE
a single instance or a clustered instance ?need to dissambiguate? |
|
NODE_AGENT
the node agent process |
|
| Method Summary | |
|---|---|
static RuntimeType |
getDefault()
|
boolean |
isBroadcast()
|
boolean |
isDas()
|
boolean |
isEmbedded()
|
boolean |
isInstance()
|
boolean |
isNodeAgent()
|
static RuntimeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RuntimeType[] |
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 RuntimeType DAS
public static final RuntimeType NODE_AGENT
public static final RuntimeType INSTANCE
public static final RuntimeType EMBEDDED
public static final RuntimeType ALL
| Method Detail |
|---|
public static RuntimeType[] values()
for (RuntimeType c : RuntimeType.values()) System.out.println(c);
public static RuntimeType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic final boolean isInstance()
public final boolean isDas()
public final boolean isNodeAgent()
public final boolean isEmbedded()
public final boolean isBroadcast()
public static final RuntimeType getDefault()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||