Package | Description |
---|---|
de.larssh.jes |
Handling of z/OS JES spools using Java technologies
|
Modifier and Type | Method and Description |
---|---|
static JobFlag |
JobFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobFlag[] |
JobFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<JobFlag> |
Job.getFlags()
The jobs flags
|
Constructor and Description |
---|
Job(String jobId,
String name,
JobStatus status,
String owner,
Optional<String> jesClass,
OptionalInt resultCode,
Optional<String> abendCode,
JobFlag... flags)
This constructor creates a
Job allowing to set any field. |
Copyright © 2025. All rights reserved.