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 |
---|---|
MonitorContendedEnterRequest |
EventRequestManager.createMonitorContendedEnterRequest()
Creates a new disabled
MonitorContendedEnterRequest . |
Modifier and Type | Method and Description |
---|---|
List<MonitorContendedEnterRequest> |
EventRequestManager.monitorContendedEnterRequests()
Return an unmodifiable list of the enabled and disabled monitor contended enter requests.
|
Copyright © 1999, 2015, Oracle and/or its affiliates. All rights reserved.