PTP
Release 7.0

org.eclipse.ptp.debug.core.model
Interface IPThread

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.debug.core.model.IDebugElement, IPDebugElement, org.eclipse.debug.core.model.IStep, org.eclipse.debug.core.model.ISuspendResume, org.eclipse.debug.core.model.ITerminate, org.eclipse.debug.core.model.IThread

public interface IPThread
extends org.eclipse.debug.core.model.IThread, IPDebugElement

Represents a target thread


Method Summary
 IPDebugTarget getDebugTarget()
          Returns the debug target this element is contained in.
 
Methods inherited from interface org.eclipse.debug.core.model.IThread
getBreakpoints, getName, getPriority, getStackFrames, getTopStackFrame, hasStackFrames
 
Methods inherited from interface org.eclipse.debug.core.model.ISuspendResume
canResume, canSuspend, isSuspended, resume, suspend
 
Methods inherited from interface org.eclipse.debug.core.model.IStep
canStepInto, canStepOver, canStepReturn, isStepping, stepInto, stepOver, stepReturn
 
Methods inherited from interface org.eclipse.debug.core.model.ITerminate
canTerminate, isTerminated, terminate
 
Methods inherited from interface org.eclipse.ptp.debug.core.model.IPDebugElement
getCurrentStateInfo, getID, getSession, getState
 
Methods inherited from interface org.eclipse.debug.core.model.IDebugElement
getLaunch, getModelIdentifier
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getDebugTarget

IPDebugTarget getDebugTarget()
Returns the debug target this element is contained in.

Specified by:
getDebugTarget in interface org.eclipse.debug.core.model.IDebugElement
Returns:
the debug target this element is contained in

PTP
Release 7.0

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