edu.rice.cs.cunit.record
Interface IThreadInfo

All Superinterfaces:
IVerboseToString
All Known Implementing Classes:
ThreadInfo

public interface IThreadInfo
extends IVerboseToString

Interface for a class with thread information.

Author:
Mathias Ricken

Method Summary
 long getThreadID()
          Returns the thread ID of the thread ($$$threadID$$$ field).
 java.lang.String toString()
          Returns a string representation of the object.
 
Methods inherited from interface edu.rice.cs.cunit.util.IVerboseToString
toStringVerbose
 

Method Detail

getThreadID

long getThreadID()
Returns the thread ID of the thread ($$$threadID$$$ field).

Returns:
thread ID

toString

java.lang.String toString()
Returns a string representation of the object.

Overrides:
toString in class java.lang.Object
Returns:
a string representation of the object.