Package | Description |
---|---|
com.sun.jdi.request |
This package is used to request that a JDI
event be sent under specified conditions.
|
Modifier and Type | Method and Description |
---|---|
ThreadDeathRequest |
EventRequestManager.createThreadDeathRequest()
Creates a new disabled
ThreadDeathRequest . |
Modifier and Type | Method and Description |
---|---|
List<ThreadDeathRequest> |
EventRequestManager.threadDeathRequests()
Return an unmodifiable list of the enabled and disabled thread death requests.
|
Copyright © 1999, 2016, Oracle and/or its affiliates. All rights reserved.