站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

Uses of Interface org.netbeans.api.debugger.jpda.JPDAThread (NetBeans Debugger JPDA API) - NetBeans API Javadoc 5.0.0

 

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 Filterring and filterring of all Debugger Views. 
 

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

Methods in org.netbeans.api.debugger.jpda that return JPDAThread
 JPDAThread[] JPDAThreadGroup.getThreads()
          Returns this thread group's threads.
abstract  JPDAThread JPDADebugger.getCurrentThread()
          Returns current thread or null.
 JPDAThread CallStackFrame.getThread()
          Returns thread.
 

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.
 

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.
 


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.