Package org.libvirt
Class Domain.JobType
java.lang.Object
org.libvirt.Domain.JobType
- Enclosing class:
- Domain
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intJob with a finite completion timestatic intJob was aborted, but isn't cleaned upstatic intJob has finished, but isn't cleaned upstatic intJob hit error, but isn't cleaned upstatic intNo job is activestatic intJob 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()
-