|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPLaunch
Extend ILaunch to support parallel debug jobs
| Method Summary | |
|---|---|
IPDebugTarget |
getDebugTarget(int procId)
Get the IPDebugTarget responsible for the procId. |
IPDebugTarget |
getDebugTarget(TaskSet procs)
Get the IPDebugTarget responsible for the processes in procs |
IJobControl |
getJobControl()
Get the controller used to launch the job |
java.lang.String |
getJobId()
Get the job ID associated with this launch |
void |
setJobControl(IJobControl control)
Set the controller used to launch the job |
void |
setJobId(java.lang.String jobId)
Set the job ID associated with this launch |
| Methods inherited from interface org.eclipse.debug.core.ILaunch |
|---|
addDebugTarget, addProcess, getAttribute, getChildren, getDebugTarget, getDebugTargets, getLaunchConfiguration, getLaunchMode, getProcesses, getSourceLocator, hasChildren, removeDebugTarget, removeProcess, setAttribute, setSourceLocator |
| Methods inherited from interface org.eclipse.debug.core.model.ITerminate |
|---|
canTerminate, isTerminated, terminate |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Method Detail |
|---|
IPDebugTarget getDebugTarget(int procId)
procId - process we're interested in
IPDebugTarget getDebugTarget(TaskSet procs)
tasks - TaskSet containing processes we're interested in
IJobControl getJobControl()
java.lang.String getJobId()
void setJobControl(IJobControl control)
control - void setJobId(java.lang.String jobId)
jobId -
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||