Uses of Interface
com.sun.jdi.request.ThreadStartRequest
Packages that use ThreadStartRequest
Package
Description
This package is used to request that a JDI
event be sent under specified conditions.
-
Uses of ThreadStartRequest in com.sun.jdi.request
Methods in com.sun.jdi.request that return ThreadStartRequestModifier and TypeMethodDescriptionEventRequestManager.createThreadStartRequest()
Creates a new disabledThreadStartRequest
.Methods in com.sun.jdi.request that return types with arguments of type ThreadStartRequestModifier and TypeMethodDescriptionEventRequestManager.threadStartRequests()
Return an unmodifiable list of the enabled and disabled thread start requests.