suramadu.util.exec
Class ThreadType

java.lang.Object
  extended bysuramadu.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

Field Summary
static ThreadType JAVATHREAD
          Thread type enumerations
static ThreadType NOHEAPREALTIMETHREAD
           
static ThreadType PERIODICJAVATHREAD
           
static ThreadType REALTIMETHREAD
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Indicates whether some other object is "equal to" this one.
static ThreadType getThreadType(java.lang.String threadType)
           
static java.util.Iterator getTypeNames()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

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()