|
PTP Release 5.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 |
java.lang.String |
getJobId()
Get the job ID associated with this launch |
org.eclipse.ptp.rmsystem.IResourceManager |
getResourceManager()
Get the resource manager used to launch the job |
void |
setJobId(java.lang.String jobId)
Set the job ID associated with this launch |
void |
setResourceManager(org.eclipse.ptp.rmsystem.IResourceManager rm)
Set the resource manager used to launch the job |
| 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
java.lang.String getJobId()
org.eclipse.ptp.rmsystem.IResourceManager getResourceManager()
void setJobId(java.lang.String jobId)
jobId - void setResourceManager(org.eclipse.ptp.rmsystem.IResourceManager rm)
rm -
|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||