JavaScript Development Tools
Release 3.2

Uses of Interface
org.eclipse.wst.jsdt.debug.core.jsdi.ThreadReference

Packages that use ThreadReference
org.eclipse.wst.jsdt.debug.core.jsdi.event   
org.eclipse.wst.jsdt.debug.core.jsdi.request   
 

Uses of ThreadReference in org.eclipse.wst.jsdt.debug.core.jsdi.event
 

Methods in org.eclipse.wst.jsdt.debug.core.jsdi.event that return ThreadReference
 ThreadReference LocatableEvent.thread()
          Returns the underlying ThreadReference the event originated from.
 

Uses of ThreadReference in org.eclipse.wst.jsdt.debug.core.jsdi.request
 

Methods in org.eclipse.wst.jsdt.debug.core.jsdi.request that return ThreadReference
 ThreadReference SuspendRequest.thread()
          The underlying ThreadReference this StepRequest is for.
 ThreadReference StepRequest.thread()
          The underlying ThreadReference this StepRequest is for.
 

Methods in org.eclipse.wst.jsdt.debug.core.jsdi.request with parameters of type ThreadReference
 void DebuggerStatementRequest.addThreadFilter(ThreadReference thread)
          Adds the given ThreadReference as a filter to the request.
 void ThreadExitRequest.addThreadFilter(ThreadReference thread)
          Adds the given ThreadReference as a filter to the request.
 void BreakpointRequest.addThreadFilter(ThreadReference thread)
          Adds the given ThreadReference as a filter to the request.
 void ThreadEnterRequest.addThreadFilter(ThreadReference thread)
          Adds the given ThreadReference as a filter to the request.
 void ExceptionRequest.addThreadFilter(ThreadReference thread)
          Adds the given ThreadReference as a filter to the request.
 StepRequest EventRequestManager.createStepRequest(ThreadReference thread, int step)
          Creates a new StepRequest for the specified ThreadReference of the given kind.
 SuspendRequest EventRequestManager.createSuspendRequest(ThreadReference thread)
          Creates a new SuspendRequest for the specified ThreadReference.
 


JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.