| Package | Description | 
|---|---|
| com.sun.jdi.event | This package defines JDI events and event processing. | 
| 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 | 
|---|---|
| EventRequest | Event. request() | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AccessWatchpointRequestRequest for notification when the contents of a field are accessed
 in the target VM. | 
| interface  | BreakpointRequestIdentifies a  Locationin the target VM at which
 execution should be stopped. | 
| interface  | ClassPrepareRequestRequest for notification when a class is prepared in the target VM. | 
| interface  | ClassUnloadRequestRequest for notification when a class is unloaded in the target VM. | 
| interface  | ExceptionRequestRequest for notification when an exception occurs in the target VM. | 
| interface  | MethodEntryRequestRequest for notification when a method is invoked in the target VM. | 
| interface  | MethodExitRequestRequest for notification when a method returns in the target VM. | 
| interface  | ModificationWatchpointRequestRequest for notification when a field is set. | 
| interface  | MonitorContendedEnteredRequestRequest for notification of a thread in the target VM entering a monitor
 after waiting for it to be released by another thread. | 
| interface  | MonitorContendedEnterRequestRequest for notification of a thread in the target VM
 attempting to enter a monitor already acquired by another thread. | 
| interface  | MonitorWaitedRequestRequest for notification when a thread in the target VM has finished waiting on
 a monitor object. | 
| interface  | MonitorWaitRequestRequest for notification when a thread in the target VM is about to
 wait on a monitor object. | 
| interface  | StepRequestRequest for notification when a step occurs in the target VM. | 
| interface  | ThreadDeathRequestRequest for notification when a thread terminates in the target VM. | 
| interface  | ThreadStartRequestRequest for notification when a thread starts execution in the target VM. | 
| interface  | VMDeathRequestRequest for notification when the target VM terminates. | 
| interface  | WatchpointRequestIdentifies a  Fieldin the target VM being watched. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | EventRequestManager. deleteEventRequest(EventRequest eventRequest)Removes an eventRequest. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | EventRequestManager. deleteEventRequests(List<? extends EventRequest> eventRequests)Removes a list of  EventRequests. | 
 Copyright © 1999, 2025, Oracle and/or its affiliates.  All rights reserved.