public interface IPJobStatus extends IJobStatus
IJobStatus
for parallel jobs. Clients can obtain this interface by adapting an IJobStatus
instance.Modifier and Type | Field and Description |
---|---|
static String |
COMPLETED |
static String |
RUNNING |
static String |
SUSPENDED |
static String |
UNDETERMINED |
CANCELED, FAILED, JOB_OUTERR_READY, QUEUED_ACTIVE, SUBMITTED, SYSTEM_ON_HOLD, SYSTEM_SUSPENDED, USER_ON_HOLD, USER_SUSPENDED, USER_SYSTEM_ON_HOLD, USER_SYSTEM_SUSPENDED
Modifier and Type | Method and Description |
---|---|
int |
getNumberOfProcesses() |
String |
getProcessState(int proc) |
void |
setProcessOutput(BitSet procs,
String output) |
void |
setProcessState(BitSet procs,
String state) |
getControlId, getErrorPath, getJobId, getLaunchMode, getOutputPath, getOwner, getQueueName, getState, getStateDetail, getStreamsProxy, isInteractive
static final String COMPLETED
static final String RUNNING
static final String SUSPENDED
static final String UNDETERMINED
int getNumberOfProcesses()
String getProcessState(int proc)
proc
- Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.