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