|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmapping.SLQ_MS_Thread
public class SLQ_MS_Thread
This Thread is a helper thread for the SLQ_MS objects. It is a thread that iterates over the AvailableServers Queue it asks the FCFS_MS object to map a job for the server in the head of that queue
Constructor Summary | |
---|---|
SLQ_MS_Thread(SLQ_MS slq_ms)
A default constructor |
Method Summary | |
---|---|
SLQ_MS |
getSLQ_MS()
|
boolean |
isAlive()
|
void |
run()
|
void |
setAlive(boolean alive)
|
void |
setSLQ_MS(SLQ_MS slq_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 SLQ_MS_Thread(SLQ_MS slq_ms)
Method Detail |
---|
public boolean isAlive()
public void setAlive(boolean alive)
public SLQ_MS getSLQ_MS()
public void setSLQ_MS(SLQ_MS slq_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 |