|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.interrupt.ThreadInformation
public final class ThreadInformation
A WebSphere programming model extension which allows request level information to be returned through the InterruptibleThreadInfrastructure MBean.
Constructor Summary | |
---|---|
ThreadInformation(java.util.LinkedList<ThreadDetails> list)
Constructor |
Method Summary | |
---|---|
void |
clear()
Clears the ThreadInformation object. |
java.util.Iterator<ThreadDetails> |
iterator()
Returns an iterator of ThreadDetails objects. |
java.lang.String |
toString()
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ThreadInformation(java.util.LinkedList<ThreadDetails> list)
Method Detail |
---|
public void clear()
public java.util.Iterator<ThreadDetails> iterator()
iterator
in interface java.lang.Iterable<ThreadDetails>
public java.lang.String toString()
toString
in class java.lang.Object
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |