Searched defs:ThreadGroupReference (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DThreadGroupReference.java32 * A ThreadGroupReference is an {@link ObjectReference} with additional
40 public interface ThreadGroupReference extends ObjectReference interface in inherits:ObjectReference
52 * @return a {@link ThreadGroupReference} mirroring the parent of this
56 ThreadGroupReference parent();
92 * Returns a List containing each active {@link ThreadGroupReference} in this
97 * @return a List of {@link ThreadGroupReference} objects mirroring the
100 List<ThreadGroupReference> threadGroups();

Completed in 50 milliseconds