|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmapping.Gcu_MS_Thread
public class Gcu_MS_Thread
This Thread is a helper thread for the Gcu_MS objects. It is a thread that iterates over the AvailableServers Queue and asks the Gcu_MS object to map a job for the server in the head of that queue.
Constructor Summary | |
---|---|
Gcu_MS_Thread(Gcu_MS gcu_ms)
Defualt constructor |
Method Summary | |
---|---|
Gcu_MS |
getGcu_ms()
|
boolean |
isAlive()
|
void |
run()
|
void |
setAlive(boolean alive)
|
void |
setGcu_ms(Gcu_MS gcu_ms)
|
void |
startThread()
This method starts the thread. |
void |
stopThread()
This method stops the thread. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Gcu_MS_Thread(Gcu_MS gcu_ms)
gcu_ms
- To set the gcu_ms data member.Method Detail |
---|
public boolean isAlive()
public void setAlive(boolean alive)
public Gcu_MS getGcu_ms()
public void setGcu_ms(Gcu_MS gcu_ms)
public void startThread()
public void stopThread()
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |