suramadu.util.exec
Class ThreadType
java.lang.Object
suramadu.util.exec.ThreadType
- public class ThreadType
- extends java.lang.Object
- Author:
- dan FIXME REMOVE FROM REPOSITORY WE DON'T NEED THIS..... This should be encapilated in the Wrapper Types
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
JAVATHREAD
public static final ThreadType JAVATHREAD
- Thread type enumerations
PERIODICJAVATHREAD
public static final ThreadType PERIODICJAVATHREAD
REALTIMETHREAD
public static final ThreadType REALTIMETHREAD
NOHEAPREALTIMETHREAD
public static final ThreadType NOHEAPREALTIMETHREAD
getThreadType
public static ThreadType getThreadType(java.lang.String threadType)
getTypeNames
public static java.util.Iterator getTypeNames()
equals
public boolean equals(java.lang.Object obj)
- Indicates whether some other object is "equal to" this one.
toString
public java.lang.String toString()