| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractDebuggerThread |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public long | id | ||||||||||
| public String | name | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AbstractDebuggerThread(long id, String name) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long |
getId()
Get this thread id.
| ||||||||||
| String |
getName()
Get this thread name.
| ||||||||||
| void | setName(String name) | ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.debug.IDebuggerThread
| |||||||||||
Get this thread id.
Get this thread name.