Uses of Interface
com.sun.jdi.request.EventRequest
-
Packages that use EventRequest 软件包 描述 com.sun.jdi.event 该包定义了JDI事件和事件处理。com.sun.jdi.request 此包用于请求在指定条件下发送JDI事件。 -
-
Uses of EventRequest in com.sun.jdi.event
Methods in com.sun.jdi.event that return EventRequest 变量和类型 方法 描述 EventRequest
Event. request()
-
Uses of EventRequest in com.sun.jdi.request
Subinterfaces of EventRequest in com.sun.jdi.request 变量和类型 接口 描述 interface
AccessWatchpointRequest
在目标VM中访问字段内容时请求通知。interface
BreakpointRequest
标识目标VM中应停止执行的Location
。interface
ClassPrepareRequest
在目标VM中准备类时请求通知。interface
ClassUnloadRequest
在目标VM中卸载类时请求通知。interface
ExceptionRequest
在目标VM中发生异常时请求通知。interface
MethodEntryRequest
在目标VM中调用方法时请求通知。interface
MethodExitRequest
当方法在目标VM中返回时请求通知。interface
ModificationWatchpointRequest
设置字段时请求通知。interface
MonitorContendedEnteredRequest
在等待另一个线程释放后,请求通知目标VM中的线程进入监视器。interface
MonitorContendedEnterRequest
请求尝试进入已由另一个线程获取的监视器的目标VM中的线程通知。interface
MonitorWaitedRequest
当目标VM中的线程完成等待监视器对象时请求通知。interface
MonitorWaitRequest
当目标VM中的线程要在监视器对象上等待时请求通知。interface
StepRequest
在目标VM中发生步骤时请求通知。interface
ThreadDeathRequest
线程在目标VM中终止时请求通知。interface
ThreadStartRequest
线程在目标VM中开始执行时请求通知。interface
VMDeathRequest
目标VM终止时请求通知。interface
WatchpointRequest
标识正在监视的目标VM中的字段
。Methods in com.sun.jdi.request with parameters of type EventRequest 变量和类型 方法 描述 void
EventRequestManager. deleteEventRequest(EventRequest eventRequest)
删除eventRequest。Method parameters in com.sun.jdi.request with type arguments of type EventRequest 变量和类型 方法 描述 void
EventRequestManager. deleteEventRequests(List<? extends EventRequest> eventRequests)
删除EventRequest
的列表。
-