Interface ThreadState

All Superinterfaces:
LinkedListSetEntry<ThreadState,ProcessState>
All Known Implementing Classes:
ThreadStateImpl

public interface ThreadState extends LinkedListSetEntry<ThreadState,ProcessState>

State of a thread within the ProcessState.

May be used as a LinkedListSetEntry in a list of ThreadState instances for a ProcessState.

Author:
Daniel Sagenschneider