Server
API Reference Guide
Product Documentation:

Rogue Wave Server
Documentation Home
List of all members | Public Member Functions
IlsTimerManagerFactory Class Reference

This singleton is used to create a Timer Manager when necessary. More...

#include <ilserver/timer.h>

Inherited by IlsTcpTimerManagerFactory.

Public Member Functions

virtual IlsTimerManagernewInstance ()
 Returns an instance of IlsTimerManager. More...
 

Detailed Description

This singleton is used to create a Timer Manager when necessary.

Library: server
and mvcomp

Install your own factory if you want to provide a subclass of IlsTimerManager to manage timers.

See also
IlsTimer.

Member Function Documentation

◆ newInstance()

virtual IlsTimerManager* IlsTimerManagerFactory::newInstance ( )
virtual

Returns an instance of IlsTimerManager.

It should be overriden by subclasses.