public abstract class

AbstractDebuggerThread

extends Object
implements IDebuggerThread
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractDebuggerThread

Class Overview

Base implementation of a debugged thread.

Summary

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

Fields

public long id

public String name

Public Constructors

public AbstractDebuggerThread (long id, String name)

Public Methods

public long getId ()

Get this thread id.

Returns
  • the thread id

public String getName ()

Get this thread name.

Returns
  • the name, null if none

public void setName (String name)

public String toString ()