Uses of Interface
com.sun.jdi.ThreadGroupReference
-
Packages that use ThreadGroupReference 软件包 描述 com.sun.jdi 这是Java调试接口(JDI)的核心包,它定义了值,类型和目标VirtualMachine本身的镜像以及自举设备。 -
-
Uses of ThreadGroupReference in com.sun.jdi
Methods in com.sun.jdi that return ThreadGroupReference Modifier and Type 方法 描述 ThreadGroupReference
ThreadGroupReference. parent()
返回此线程组的父级。ThreadGroupReference
ThreadReference. threadGroup()
返回此线程的线程组。Methods in com.sun.jdi that return types with arguments of type ThreadGroupReference Modifier and Type 方法 描述 List<ThreadGroupReference>
ThreadGroupReference. threadGroups()
返回一个包含此线程组中每个活动ThreadGroupReference
的列表。List<ThreadGroupReference>
VirtualMachine. topLevelThreadGroups()
返回没有父级的每个线程组。
-