
Public Member Functions | |
| boolean | isRunning () |
| void | run () |
| void | setInterval (long interval) |
| void | stopThread () |
Protected Member Functions | |
| MaintThread (SockIOPool pool) | |
Private Attributes | |
| long | interval = 1000 * 3 |
| SockIOPool | pool |
| boolean | running |
| boolean | stopThread = false |
Static Private Attributes | |
| static Logger | log |
| MaintThread | ( | SockIOPool | pool | ) | [protected] |
| boolean isRunning | ( | ) |
| void run | ( | ) |
Start the thread.
| void setInterval | ( | long | interval | ) |
| void stopThread | ( | ) |
sets stop variable and interupts any wait
long interval = 1000 * 3 [private] |
Initial value:
Logger.getLogger( MaintThread.class.getName() )
SockIOPool pool [private] |
boolean running [private] |
boolean stopThread = false [private] |
1.5.8