@Exported public interface AccessWatchpointRequest extends WatchpointRequest
Get<Type>Field,
GetStatic<Type>Field
).
Access by JDI does not trigger this event.
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.
ModificationWatchpointRequest
,
EventQueue
,
EventRequestManager
SUSPEND_ALL, SUSPEND_EVENT_THREAD, SUSPEND_NONE
addClassExclusionFilter, addClassFilter, addClassFilter, addInstanceFilter, addThreadFilter, field
addCountFilter, disable, enable, getProperty, isEnabled, putProperty, setEnabled, setSuspendPolicy, suspendPolicy
toString, virtualMachine
Copyright © 1999, 2016, Oracle and/or its affiliates. All rights reserved.