SockIOPool.MaintThread Class Reference

Collaboration diagram for SockIOPool.MaintThread:

Collaboration graph
[legend]

List of all members.

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


Detailed Description

Class which extends thread and handles maintenance of the pool.

Author:
greg whalin <greg@meetup.com>
Version:
1.5

Constructor & Destructor Documentation

MaintThread ( SockIOPool  pool  )  [protected]


Member Function Documentation

boolean isRunning (  ) 

void run (  ) 

Start the thread.

void setInterval ( long  interval  ) 

void stopThread (  ) 

sets stop variable and interupts any wait


Member Data Documentation

long interval = 1000 * 3 [private]

Logger log [static, private]

Initial value:

                        Logger.getLogger( MaintThread.class.getName() )

SockIOPool pool [private]

boolean running [private]

boolean stopThread = false [private]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:42:31 2012 for Project Wonder by  doxygen 1.5.8