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 变量和类型 方法 描述 ThreadGroupReference
ThreadGroupReference. parent()
返回此线程组的父级。ThreadGroupReference
ThreadReference. threadGroup()
返回此线程的线程组。Methods in com.sun.jdi that return types with arguments of type ThreadGroupReference 变量和类型 方法 描述 List<ThreadGroupReference>
ThreadGroupReference. threadGroups()
返回包含此线程组中每个活动ThreadGroupReference
的List。List<ThreadGroupReference>
VirtualMachine. topLevelThreadGroups()
返回没有父级的每个线程组。
-