[Batchserver-cvs] batchserver/src/org/jmonks/batchserver/framework/management ThreadState.java,1.1,1
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-05-05 21:07:10
|
Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/management In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24933/org/jmonks/batchserver/framework/management Modified Files: ThreadState.java Log Message: no message Index: ThreadState.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/management/ThreadState.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ThreadState.java 25 Mar 2006 19:29:57 -0000 1.1 --- ThreadState.java 5 May 2006 21:06:57 -0000 1.2 *************** *** 30,34 **** * Constructor to initialize the whole object at a time and make sure it is immutable. */ ! public ThreadState(String threadID,String threadDescription,String processingInfo) { this.threadID=threadID; --- 30,34 ---- * Constructor to initialize the whole object at a time and make sure it is immutable. */ ! public ThreadState(String threadID,String threadDescription,Object processingInfo) { this.threadID=threadID; |