Classes | |
class | IlsTimer |
This class manages a Rogue Wave Server timer that will call a callback function when it expires. More... | |
class | IlsTimerManager |
This singleton manages all the timers that have been posted in the application. More... | |
class | IlsTimerManagerFactory |
This singleton is used to create a Timer Manager when necessary. More... | |
Typedefs | |
typedef void(* | IlsTimerCallback) (IlsTimer &, IlsAny) |
This is the signature of the timer callback that is invoked when a timer is fired. More... | |