public interface IMCThread
| Modifier and Type | Method and Description |
|---|---|
IMCThreadGroup |
getThreadGroup()
Returns the thread group this thread belongs to.
|
java.lang.Long |
getThreadId()
Returns the java thread id.
|
java.lang.String |
getThreadName()
Returns the java thread name.
|
java.lang.Long getThreadId()
null if not availablejava.lang.String getThreadName()
null if not availableIMCThreadGroup getThreadGroup()
null if it does not belong to a
thread group or if the information is not available.