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