|
org.netbeans.api.debugger.jpda/2 2.31.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
MonitorInfo.getThread()
Get the owning thread. |
JPDAThread |
CallStackFrame.getThread()
Returns thread. |
JPDAThread[] |
MethodBreakpoint.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[] |
FieldBreakpoint.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 that return types with arguments of type JPDAThread | |
---|---|
abstract List<JPDAThread> |
ThreadsCollector.getAllThreads()
Returns all threads that exist in the debuggee. |
Collection<JPDAThread> |
DeadlockDetector.Deadlock.getThreads()
Get the threads in deadlock. |
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 |
MethodBreakpoint.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 |
FieldBreakpoint.setThreadFilters(JPDADebugger session,
JPDAThread[] threads)
Set the thread filter for a specific debugger session. |
Method parameters in org.netbeans.api.debugger.jpda with type arguments of type JPDAThread | |
---|---|
protected DeadlockDetector.Deadlock |
DeadlockDetector.createDeadlock(Collection<JPDAThread> threads)
Utility method used by the implementing class to create deadlock instances. |
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 | |
---|---|
Object |
EditorContext.annotate(String url,
int lineNumber,
String annotationType,
Object timeStamp,
JPDAThread thread)
Adds annotation to given url on given line. |
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.31.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |