com.jrockit.memleak
Interface IThreadRoot

All Known Implementing Classes:
ThreadRoot

public interface IThreadRoot

Represents a thread root.


Field Summary
static IThreadRoot[] EMPTY_ARRAY
          An empty IThreadRoot array.
 
Method Summary
 IMethodInfo getMethodInfo()
           
 java.lang.String getThreadName()
           
 

Field Detail

EMPTY_ARRAY

static final IThreadRoot[] EMPTY_ARRAY
An empty IThreadRoot array.

Method Detail

getThreadName

java.lang.String getThreadName()
Returns:
the name of the thread.

getMethodInfo

IMethodInfo getMethodInfo()
Returns:
the IMethodInfo of the method that has the reference on it's stack.


Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.