PTP
Release 7.0

Uses of Interface
org.eclipse.ptp.debug.core.pdi.model.IPDITarget

Packages that use IPDITarget
org.eclipse.ptp.debug.core.model   
org.eclipse.ptp.debug.core.pdi   
org.eclipse.ptp.debug.core.pdi.manager   
org.eclipse.ptp.debug.core.pdi.model   
 

Uses of IPDITarget in org.eclipse.ptp.debug.core.model
 

Methods in org.eclipse.ptp.debug.core.model that return IPDITarget
 IPDITarget IPDebugTarget.getPDITarget()
          Get the PDI debug target
 

Uses of IPDITarget in org.eclipse.ptp.debug.core.pdi
 

Methods in org.eclipse.ptp.debug.core.pdi that return IPDITarget
 IPDITarget IPDISession.findTarget(TaskSet task)
          Returns debug target on given task id or null if target is not registered
 

Uses of IPDITarget in org.eclipse.ptp.debug.core.pdi.manager
 

Methods in org.eclipse.ptp.debug.core.pdi.manager that return IPDITarget
 IPDITarget IPDITargetManager.addTarget(TaskSet qTasks)
          Adds task to be a target
 IPDITarget IPDITargetManager.getTarget(TaskSet qTasks)
          Returns target of specify tasks
 IPDITarget[] IPDITargetManager.getTargets()
          Returns all targets
 

Methods in org.eclipse.ptp.debug.core.pdi.manager with parameters of type IPDITarget
 String IPDISourceManager.getDetailTypeName(IPDITarget target, String typename)
          Get detail type name
 String IPDISourceManager.getTypeName(IPDITarget target, String variable)
          Get type name for variable
 

Uses of IPDITarget in org.eclipse.ptp.debug.core.pdi.model
 

Methods in org.eclipse.ptp.debug.core.pdi.model that return IPDITarget
 IPDITarget IPDIThread.getTarget()
          Returns pdi target in this thread
 IPDITarget IPDIStackFrame.getTarget()
          Returns the target this stackframe is contained in.
 IPDITarget IPDIModelFactory.newTarget(IPDISession session, TaskSet tasks)
          Create a target
 

Methods in org.eclipse.ptp.debug.core.pdi.model with parameters of type IPDITarget
 IPDIThread IPDIModelFactory.newThread(IPDISession session, IPDITarget target, int parseInt)
          Create a thread
 


PTP
Release 7.0

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