|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<VirtualMachineErrorCode> org.inria.myriads.snoozecommon.communication.virtualcluster.status.VirtualMachineErrorCode
public enum VirtualMachineErrorCode
Virtual machine error codes.
Enum Constant Summary | |
---|---|
ALREADY_RUNNING
Already running. |
|
FAILED_TO_UPDATE_REPOSITORY
Failed to update repository. |
|
LOCAL_CONTROLLER_WAKEUP_FAILED
Local controller wakeup failure. |
|
NOT_ENOUGH_GROUP_MANAGER_CAPACITY
Not enough group manager capacity. |
|
NOT_ENOUGH_IP_ADDRESSES
Not enough IP addresses. |
|
NOT_ENOUGH_LOCAL_CONTROLLER_CAPACITY
Not enough local controller capacity. |
|
UNABLE_TO_COLLECT_GROUP_MANAGER_RESPONSE
Unable to collect group manager reponse. |
|
UNABLE_TO_START_ON_GROUP_MANAGER
Unable to start on group manager. |
|
UNABLE_TO_START_ON_LOCAL_CONTROLLER
Failed to start on local controller. |
|
UNKNOWN
Unknown. |
Method Summary | |
---|---|
static VirtualMachineErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static VirtualMachineErrorCode[] |
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 VirtualMachineErrorCode UNKNOWN
public static final VirtualMachineErrorCode NOT_ENOUGH_IP_ADDRESSES
public static final VirtualMachineErrorCode NOT_ENOUGH_LOCAL_CONTROLLER_CAPACITY
public static final VirtualMachineErrorCode UNABLE_TO_START_ON_LOCAL_CONTROLLER
public static final VirtualMachineErrorCode FAILED_TO_UPDATE_REPOSITORY
public static final VirtualMachineErrorCode ALREADY_RUNNING
public static final VirtualMachineErrorCode UNABLE_TO_START_ON_GROUP_MANAGER
public static final VirtualMachineErrorCode UNABLE_TO_COLLECT_GROUP_MANAGER_RESPONSE
public static final VirtualMachineErrorCode NOT_ENOUGH_GROUP_MANAGER_CAPACITY
public static final VirtualMachineErrorCode LOCAL_CONTROLLER_WAKEUP_FAILED
Method Detail |
---|
public static VirtualMachineErrorCode[] values()
for (VirtualMachineErrorCode c : VirtualMachineErrorCode.values()) System.out.println(c);
public static VirtualMachineErrorCode 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 null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |