java.lang.Object
com.telenav.kivakit.core.vm.ThreadStatus
Information about the state of a thread from Java's management API.
- Author:
- jonathanl (shibo)
-
Constructor Details
-
ThreadStatus
public ThreadStatus()
-
-
Method Details
-
cpuTime
- Returns:
- The CPU time consumed by this thread
-
identifier
public long identifier() -
isDaemon
public boolean isDaemon()- Returns:
- True if this thread is a daemon
-
isKivaKit
public boolean isKivaKit()- Returns:
- True if this is a KivaKit thread
-
name
- Returns:
- The name of this thread
-
state
- Returns:
- This thread's state according to Java
-