Class ThreadIdentificationItem
- java.lang.Object
-
- org.teichert.databaseexplorer.beans.ThreadIdentificationItem
-
public class ThreadIdentificationItem extends Object
-
-
Constructor Summary
Constructors Constructor Description ThreadIdentificationItem(Thread thread)
ThreadIdentificationItem(Future<?> future)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Future<?>
getFuture()
Thread
getThread()
boolean
isInterruptable()
ThreadIdentificationItem
setInterruptable(boolean interruptable)
String
toString()
-