|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
soc.server.SOCServerRobotPinger
public class SOCServerRobotPinger
Pings the robots so that they know that they're connected to the server
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary | |
|---|---|
private boolean |
alive
|
private SOCServerPing |
ping
|
private java.util.Vector<StringConnection> |
robotConnections
|
private int |
sleepTime
|
private SOCServer |
srv
Our server. |
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
SOCServerRobotPinger(SOCServer s,
java.util.Vector<StringConnection> robots)
Create a server robot pinger |
|
| Method Summary | |
|---|---|
void |
run()
DOCUMENT ME! |
void |
stopPinger()
Cleanly exit the thread's run loop. |
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private java.util.Vector<StringConnection> robotConnections
private int sleepTime
private SOCServerPing ping
private boolean alive
private final SOCServer srv
| Constructor Detail |
|---|
public SOCServerRobotPinger(SOCServer s,
java.util.Vector<StringConnection> robots)
robots - the connections to robots; a Vector of StringConnections| Method Detail |
|---|
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic void stopPinger()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||