public class NetXec implements Runnable,NetXecConstants,RunInfoConstants,ThreadReport

NetXec monitors Threads which implement the Tthread report interface.  The means you MUST manually set the proper bits for the implementing
ThreadReport. RunInfo.class

ie:


runInfo.runState = RunInfoConstants.RT_RUN;


RT_NULL                     // Effectively turns off NetXec for this thread
RT_WAIT                      // Set before for(;;) wait()  ie: runInfo.runState = RunInfoConstants.RT_WAIT;;
RT_TIMEDWAIT         //
RT_DELAY 
RT_SLEEP 
RT_START  
RT_STOP
RT_RUN   
RT_ZOMBIE 
RT_DISABLED 
RT_EXCEPTION  
RT_KEYWAIT 
RT_IOBLOCK 
RT_INIT
 RT_ACCEPTBLOCK 
RT_SYNCRONIZING 
RT_SYNCHRONIZE_THIS
RT_HAVE_MONITOR1
RT_HAVE_MONITOR_THIS 
RT_SELECT
RT_SELECTING 
RT_RESERVED