Lines Matching defs:ThreadInfo

34  * Thread information. <tt>ThreadInfo</tt> contains the information
81 * <tt>ThreadInfo</tt> is mapped to a {@link CompositeData CompositeData}
92 public class ThreadInfo {
114 * Constructor of ThreadInfo created by the JVM
126 private ThreadInfo(Thread t, int state, Object lockObj, Thread lockOwner,
137 * Constructor of ThreadInfo created by the JVM
153 private ThreadInfo(Thread t, int state, Object lockObj, Thread lockOwner,
202 * Initialize ThreadInfo object
258 * Constructs a <tt>ThreadInfo</tt> object from a
261 private ThreadInfo(CompositeData cd) {
284 // lockInfo is a new attribute added in 1.6 ThreadInfo
305 * Returns the ID of the thread associated with this <tt>ThreadInfo</tt>.
314 * Returns the name of the thread associated with this <tt>ThreadInfo</tt>.
323 * Returns the state of the thread associated with this <tt>ThreadInfo</tt>.
333 * that the thread associated with this <tt>ThreadInfo</tt>
362 * the thread associated with this <tt>ThreadInfo</tt>
376 * that the thread associated with this <tt>ThreadInfo</tt>
407 * the thread associated with this <tt>ThreadInfo</tt>
422 * the thread associated with this <tt>ThreadInfo</tt>
464 * <tt>ThreadInfo</tt> is blocked waiting.
486 * for which the thread associated with this <tt>ThreadInfo</tt>
504 * for which the thread associated with this <tt>ThreadInfo</tt>
522 * associated with this <tt>ThreadInfo</tt>.
534 * the thread associated with this <tt>ThreadInfo</tt>
544 * Tests if the thread associated with this <tt>ThreadInfo</tt>
556 * Tests if the thread associated with this <tt>ThreadInfo</tt>
649 * Returns a <tt>ThreadInfo</tt> object represented by the
780 * @param cd <tt>CompositeData</tt> representing a <tt>ThreadInfo</tt>
783 * represent a <tt>ThreadInfo</tt> with the attributes described
786 * @return a <tt>ThreadInfo</tt> object represented
790 public static ThreadInfo from(CompositeData cd) {
798 return new ThreadInfo(cd);
805 * associated with this <tt>ThreadInfo</tt>.
823 * this <tt>ThreadInfo</tt>. If no locked synchronizer was