| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<GuestSessionStatus>
org.virtualbox_7_1.GuestSessionStatus
public enum GuestSessionStatus
Guest session status. This enumeration represents possible values of
theIGuestSession.getStatus()attribute.
Interface ID: {AC2669DA-4624-44F2-85B5-0B0BFB8D8673}
| Enum Constant Summary | |
|---|---|
| DownService/OS is stopping, guest session was killed. | |
| ErrorSomething went wrong. | |
| StartedGuest session has been started. | |
| StartingGuest session is being started. | |
| TerminatedGuest session terminated normally. | |
| TerminatingGuest session is being terminated. | |
| TimedOutAbnormallyGuest session timed out and was not killed successfully. | |
| TimedOutKilledGuest session timed out and was killed. | |
| UndefinedGuest session is in an undefined state. | |
| Method Summary | |
|---|---|
| static GuestSessionStatus | fromValue(long v) | 
| static GuestSessionStatus | fromValue(java.lang.String v) | 
|  int | value() | 
| static GuestSessionStatus | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static GuestSessionStatus[] | 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 GuestSessionStatus Undefined
public static final GuestSessionStatus Starting
public static final GuestSessionStatus Started
public static final GuestSessionStatus Terminating
public static final GuestSessionStatus Terminated
public static final GuestSessionStatus TimedOutKilled
public static final GuestSessionStatus TimedOutAbnormally
public static final GuestSessionStatus Down
public static final GuestSessionStatus Error
| Method Detail | 
|---|
public static GuestSessionStatus[] values()
for (GuestSessionStatus c : GuestSessionStatus.values()) System.out.println(c);
public static GuestSessionStatus 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 int value()
public static GuestSessionStatus fromValue(long v)
public static GuestSessionStatus fromValue(java.lang.String v)
| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||