PTP
Release 7.0

org.eclipse.ptp.core.jobs
Interface IPJobStatus

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IJobStatus

public interface IPJobStatus
extends IJobStatus

Extends IJobStatus for parallel jobs. Clients can obtain this interface by adapting an IJobStatus instance.

Since:
7.0

Field Summary
static java.lang.String COMPLETED
           
static java.lang.String RUNNING
           
static java.lang.String SUSPENDED
           
static java.lang.String UNDETERMINED
           
 
Fields inherited from interface org.eclipse.ptp.core.jobs.IJobStatus
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
 
Method Summary
 int getNumberOfProcesses()
           
 java.lang.String getProcessState(int proc)
           
 void setProcessOutput(java.util.BitSet procs, java.lang.String output)
           
 void setProcessState(java.util.BitSet procs, java.lang.String state)
           
 
Methods inherited from interface org.eclipse.ptp.core.jobs.IJobStatus
getControlId, getErrorPath, getJobId, getLaunchMode, getOutputPath, getOwner, getQueueName, getState, getStateDetail, getStreamsProxy, isInteractive
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Field Detail

COMPLETED

static final java.lang.String COMPLETED
See Also:
Constant Field Values

RUNNING

static final java.lang.String RUNNING
See Also:
Constant Field Values

SUSPENDED

static final java.lang.String SUSPENDED
See Also:
Constant Field Values

UNDETERMINED

static final java.lang.String UNDETERMINED
See Also:
Constant Field Values
Method Detail

getNumberOfProcesses

int getNumberOfProcesses()
Returns:

getProcessState

java.lang.String getProcessState(int proc)
Parameters:
proc -
Returns:

setProcessOutput

void setProcessOutput(java.util.BitSet procs,
                      java.lang.String output)
Parameters:
procs -
output -

setProcessState

void setProcessState(java.util.BitSet procs,
                     java.lang.String state)
Parameters:
procs -
state -

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.