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

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

 

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

Packages that use JPDAThread
org.netbeans.api.debugger.jpda JPDA Debugger APIs. 
org.netbeans.spi.debugger.jpda JPDA Debugger SPIs defines support for Smart Stepping and Variables Filterring
 

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 JPDABreakpointEvent.getThread()
          Returns context thread - thread stopped on breakpoint.
 JPDAThread CallStackFrame.getThread()
          Returns thread.
 

Constructors in org.netbeans.api.debugger.jpda 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(org.netbeans.spi.debugger.ContextProvider lookupProvider, JPDAThread thread, SmartSteppingFilter f)
          This method is called during stepping through debugged application.
 


 

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