Uses of Interface
com.sun.jdi.request.VMDeathRequest
-
Packages that use VMDeathRequest 软件包 描述 com.sun.jdi.request 该包用于请求在指定条件下发送JDI事件。 -
-
Uses of VMDeathRequest in com.sun.jdi.request
Methods in com.sun.jdi.request that return VMDeathRequest Modifier and Type 方法 描述 VMDeathRequest
EventRequestManager. createVMDeathRequest()
创建一个新的禁用VMDeathRequest
。Methods in com.sun.jdi.request that return types with arguments of type VMDeathRequest Modifier and Type 方法 描述 List<VMDeathRequest>
EventRequestManager. vmDeathRequests()
返回启用和禁用的VM死亡请求的不可修改的列表。
-