Package org.libvirt
Class Domain.JobType
java.lang.Object
org.libvirt.Domain.JobType
- Enclosing class:
- Domain
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic int
Job with a finite completion timestatic int
Job was aborted, but isn't cleaned upstatic int
Job has finished, but isn't cleaned upstatic int
Job hit error, but isn't cleaned upstatic int
No job is activestatic int
Job without a finite completion time -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NONE
public static int NONENo job is active -
BOUNDED
public static int BOUNDEDJob with a finite completion time -
UNBOUNDED
public static int UNBOUNDEDJob without a finite completion time -
COMPLETED
public static int COMPLETEDJob has finished, but isn't cleaned up -
FAILED
public static int FAILEDJob hit error, but isn't cleaned up -
CANCELLED
public static int CANCELLEDJob was aborted, but isn't cleaned up
-
-
Constructor Details
-
JobType
public JobType()
-