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 Modifier and Type 方法 描述 EventRequestEvent. request() -
Uses of EventRequest in com.sun.jdi.request
Subinterfaces of EventRequest in com.sun.jdi.request Modifier and Type 接口 描述 interfaceAccessWatchpointRequest在目标虚拟机中访问字段的内容时请求通知。interfaceBreakpointRequest标识目标VM中应停止执行的Location。interfaceClassPrepareRequest在目标虚拟机中准备课程时请求通知。interfaceClassUnloadRequest在目标虚拟机中卸载类时请求通知。interfaceExceptionRequest在目标虚拟机发生异常时请求通知。interfaceMethodEntryRequest在目标虚拟机中调用方法时请求通知。interfaceMethodExitRequest当方法在目标虚拟机中返回时请求通知。interfaceModificationWatchpointRequest设置字段时请求通知。interfaceMonitorContendedEnteredRequest在等待其他线程释放之后,请求目标VM中的线程通知进入监视器。interfaceMonitorContendedEnterRequest请求在目标VM中尝试进入另一个线程已经获取的监视器的线程的通知。interfaceMonitorWaitedRequest当目标虚拟机中的线程已经完成等待监视对象时,请求通知。interfaceMonitorWaitRequest当目标虚拟机中的线程即将等待监视对象时,请求通知。interfaceStepRequest在目标虚拟机中发生步骤时请求通知。interfaceThreadDeathRequest线程在目标虚拟机中终止时请求通知。interfaceThreadStartRequest线程在目标虚拟机中启动执行时请求通知。interfaceVMDeathRequest当目标VM终止时请求通知。interfaceWatchpointRequest标识正在观看的目标虚拟机中的Field。Methods in com.sun.jdi.request with parameters of type EventRequest Modifier and Type 方法 描述 voidEventRequestManager. deleteEventRequest(EventRequest eventRequest)删除eventRequest。Method parameters in com.sun.jdi.request with type arguments of type EventRequest Modifier and Type 方法 描述 voidEventRequestManager. deleteEventRequests(List<? extends EventRequest> eventRequests)删除EventRequest的列表。
-