PTP
Release 5.0

Uses of Interface
org.eclipse.ptp.debug.core.launch.IPLaunch

Packages that use IPLaunch
org.eclipse.ptp.debug.core   
org.eclipse.ptp.debug.core.event   
org.eclipse.ptp.debug.core.launch   
org.eclipse.ptp.launch   
 

Uses of IPLaunch in org.eclipse.ptp.debug.core
 

Methods in org.eclipse.ptp.debug.core that return IPLaunch
 IPLaunch IPSession.getLaunch()
           
 

Methods in org.eclipse.ptp.debug.core with parameters of type IPLaunch
 void PDebugModel.addNewDebugTargets(IPLaunch launch, TaskSet tasks, IPDITarget[] pdiTargets, boolean refresh, boolean resumeTarget)
          Add a new debug target to the lauch.
 void IPDebugger.cleanup(IPLaunch launch)
          Clean up the debug session.
 IPSession PDebugModel.createDebugSession(IPDebugger debugger, IPLaunch launch, org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IProgressMonitor monitor)
          Helper method to create a new debug session.
 IPDISession IPDebugger.createDebugSession(long timeout, IPLaunch launch, org.eclipse.core.runtime.IProgressMonitor monitor)
          Create a new debugger session.
 void PDebugModel.removeDebugTarget(IPLaunch launch, TaskSet tasks, boolean refresh)
          Remove a debug target from a launch
 

Uses of IPLaunch in org.eclipse.ptp.debug.core.event
 

Methods in org.eclipse.ptp.debug.core.event that return IPLaunch
 IPLaunch IPDebugInfo.getLaunch()
           
 IPLaunch PDebugInfo.getLaunch()
           
 

Constructors in org.eclipse.ptp.debug.core.event with parameters of type IPLaunch
PDebugInfo(IPLaunch launch, TaskSet allTasks, TaskSet allRegTasks, TaskSet allUnregTasks)
           
PDebugRegisterInfo(IPLaunch launch, TaskSet allProcesses, TaskSet allRegProcesses, TaskSet allUnregProcesses, boolean refresh)
           
 

Uses of IPLaunch in org.eclipse.ptp.debug.core.launch
 

Classes in org.eclipse.ptp.debug.core.launch that implement IPLaunch
 class PLaunch
           
 

Uses of IPLaunch in org.eclipse.ptp.launch
 

Methods in org.eclipse.ptp.launch with parameters of type IPLaunch
protected abstract  void AbstractParallelLaunchConfigurationDelegate.doCleanupLaunch(IPLaunch launch)
          Called to cleanup once the job terminates
protected  void ParallelLaunchConfigurationDelegate.doCleanupLaunch(IPLaunch launch)
           
protected abstract  void AbstractParallelLaunchConfigurationDelegate.doCompleteJobLaunch(IPLaunch launch, IPDebugger debugger)
          This method is called when the job state changes to RUNNING.
protected  void ParallelLaunchConfigurationDelegate.doCompleteJobLaunch(IPLaunch launch, IPDebugger debugger)
           
protected  void AbstractParallelLaunchConfigurationDelegate.submitJob(org.eclipse.debug.core.ILaunchConfiguration configuration, java.lang.String mode, IPLaunch launch, IPDebugger debugger, org.eclipse.core.runtime.IProgressMonitor monitor)
          Submit a job to the resource manager.
 


PTP
Release 5.0

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