Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.0)

E10653-08

oracle.jbo.script.debug.client.bdi
Class ThreadGroupIterator

java.lang.Object
  extended by oracle.jbo.script.debug.client.bdi.ThreadGroupIterator
All Implemented Interfaces:
java.util.Iterator

public class ThreadGroupIterator
extends java.lang.Object
implements java.util.Iterator

Descend the tree of thread groups.


Constructor Summary
ThreadGroupIterator(java.util.List tgl)
           
ThreadGroupIterator(com.sun.jdi.ThreadGroupReference tg)
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 com.sun.jdi.ThreadGroupReference nextThreadGroup()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadGroupIterator

public ThreadGroupIterator(java.util.List tgl)

ThreadGroupIterator

public ThreadGroupIterator(com.sun.jdi.ThreadGroupReference tg)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

nextThreadGroup

public com.sun.jdi.ThreadGroupReference nextThreadGroup()

remove

public void remove()
Specified by:
remove in interface java.util.Iterator

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.0)

E10653-08

Copyright © 1997, 2013, Oracle. All rights reserved.