public final class Lifetime
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FOREVER
The Job should be preserved "forever."
|
static int |
UNTIL_NEXT_BOOT
The Job should be preserved until the next boot.
|
| Constructor and Description |
|---|
Lifetime() |
public static final int UNTIL_NEXT_BOOT
public static final int FOREVER