public static enum TopProcessGroupManager.RunReason extends Enum<TopProcessGroupManager.RunReason>
| Enum Constant and Description |
|---|
EXCLUSIVE |
NO_ROOM |
NO_TOP_ROOM
Indique que le nombre maximal de top-processus pour le job est atteint.
|
OK |
| Modifier and Type | Method and Description |
|---|---|
static TopProcessGroupManager.RunReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopProcessGroupManager.RunReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TopProcessGroupManager.RunReason OK
public static final TopProcessGroupManager.RunReason NO_ROOM
public static final TopProcessGroupManager.RunReason EXCLUSIVE
public static final TopProcessGroupManager.RunReason NO_TOP_ROOM
public static TopProcessGroupManager.RunReason[] values()
for (TopProcessGroupManager.RunReason c : TopProcessGroupManager.RunReason.values()) System.out.println(c);
public static TopProcessGroupManager.RunReason valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018 Pivotal Software, Inc.. All rights reserved.