Public Member Functions | Protected Attributes

alma.acs.logging.io.IOThread Class Reference

List of all members.

Public Member Functions

 IOThread ()
void stopThread (boolean sync)

Protected Attributes

volatile boolean terminateThread = false

Detailed Description

The thread to perform IO.

Author:
acaproni

Constructor & Destructor Documentation

alma.acs.logging.io.IOThread.IOThread (  ) 

Constructor


Member Function Documentation

void alma.acs.logging.io.IOThread.stopThread ( boolean  sync  ) 

Stop the current thread by setting a boolean.

Note: the thread has to periodically check the boolean and terminate

Returns:

References alma.acs.logging.io.IOThread.terminateThread.


Member Data Documentation

volatile boolean alma.acs.logging.io.IOThread.terminateThread = false [protected]

The boolean set to true to terminate the thread.

Referenced by alma.acs.logging.io.IOThread.stopThread().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties