org.netbeans.api.debugger.jpda/2 2.13.1

Uses of Interface
org.netbeans.api.debugger.jpda.JPDAThread

Packages that use JPDAThread
org.netbeans.api.debugger.jpda JPDA Debugger APIs provide representation of JDI functionality. 
org.netbeans.api.debugger.jpda.event   
org.netbeans.spi.debugger.jpda JPDA Debugger SPIs defines support for Smart Stepping, Variables Filtering and filtering of all Debugger Views. 
 

Uses of JPDAThread in org.netbeans.api.debugger.jpda
 

Methods in org.netbeans.api.debugger.jpda that return JPDAThread
abstract  JPDAThread JPDADebugger.getCurrentThread()
          Returns current thread or null.
 JPDAThread CallStackFrame.getThread()
          Returns thread.
 JPDAThread[] FieldBreakpoint.getThreadFilters(JPDADebugger session)
          Get the thread filter for a specific debugger session.
 JPDAThread[] LineBreakpoint.getThreadFilters(JPDADebugger session)
          Get the thread filter for a specific debugger session.
 JPDAThread[] MethodBreakpoint.getThreadFilters(JPDADebugger session)
          Get the thread filter for a specific debugger session.
 JPDAThread[] JPDAThreadGroup.getThreads()
          Returns this thread group's threads.
 

Methods in org.netbeans.api.debugger.jpda with parameters of type JPDAThread
abstract  void JPDAStep.addStep(JPDAThread tr)
          Adds the step request to the associated JPDADebugger.
 void FieldBreakpoint.setThreadFilters(JPDADebugger session, JPDAThread[] threads)
          Set the thread filter for a specific debugger session.
 void LineBreakpoint.setThreadFilters(JPDADebugger session, JPDAThread[] threads)
          Set the thread filter for a specific debugger session.
 void MethodBreakpoint.setThreadFilters(JPDADebugger session, JPDAThread[] threads)
          Set the thread filter for a specific debugger session.
 

Uses of JPDAThread in org.netbeans.api.debugger.jpda.event
 

Methods in org.netbeans.api.debugger.jpda.event that return JPDAThread
 JPDAThread JPDABreakpointEvent.getThread()
          Returns context thread - thread stopped on breakpoint.
 

Constructors in org.netbeans.api.debugger.jpda.event with parameters of type JPDAThread
JPDABreakpointEvent(JPDABreakpoint sourceBreakpoint, JPDADebugger debugger, int conditionResult, JPDAThread thread, com.sun.jdi.ReferenceType referenceType, Variable variable)
          Creates a new instance of JPDABreakpointEvent.
JPDABreakpointEvent(JPDABreakpoint sourceBreakpoint, JPDADebugger debugger, Throwable conditionException, JPDAThread thread, com.sun.jdi.ReferenceType referenceType, Variable variable)
          Creates a new instance of JPDABreakpointEvent.
 

Uses of JPDAThread in org.netbeans.spi.debugger.jpda
 

Methods in org.netbeans.spi.debugger.jpda with parameters of type JPDAThread
abstract  boolean SmartSteppingCallback.stopHere(ContextProvider lookupProvider, JPDAThread thread, SmartSteppingFilter f)
          This method is called during stepping through debugged application.
 


org.netbeans.api.debugger.jpda/2 2.13.1

Built on January 29 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.