Class ServerAddTaskThread
java.lang.Object
|
+--ServerAddTaskThread
- All Implemented Interfaces:
- java.lang.Runnable
- public class ServerAddTaskThread
- extends java.lang.Object
- implements java.lang.Runnable
This class implements AddTask thread that runs the method inputTasks that
adds task to the HashMap in tasktable
|
Method Summary |
static void |
main(java.lang.String[] args)
|
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerAddTaskThread
public ServerAddTaskThread(ServerTaskManager t,
byte[] im)
- Constructor : Constructs ServerAddTaskthread object that operates on taskmanager
ServerAddTaskThread
public ServerAddTaskThread(ServerTaskManager t,
byte[] im,
java.util.HashMap pt)
ServerAddTaskThread
public ServerAddTaskThread()
run
public void run()
- Specified by:
run in interface java.lang.Runnable
main
public static void main(java.lang.String[] args)