|
Java Debug Interface
|
PREV CLASS
NEXT CLASS |
FRAMES
NO FRAMES |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.sun.jdi.request
Interface AccessWatchpointRequest
- All Superinterfaces:
- EventRequest, Mirror, WatchpointRequest
- public interface AccessWatchpointRequest
- extends WatchpointRequest
Request for notification when the contents of a field are accessed
in the target VM.
When an enabled AccessWatchpointRequest is satisfied, an
event set
containing an
AccessWatchpointEvent
will be placed
on the EventQueue
.
The collection of existing ExceptionRequests is
managed by the EventRequestManager
The collection of existing
watchpoints is
managed by the EventRequestManager
.
Note that the modification
of a Field is not considered an access.
- Since:
- 1.3
- See Also:
ModificationWatchpointRequest
,
EventQueue
,
EventRequestManager
|
Java Debug Interface
|
PREV CLASS
NEXT CLASS |
FRAMES
NO FRAMES |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |