1#ifndef Cpl_Persistent_Record_Server_h_
2#define Cpl_Persistent_Record_Server_h_
#define OPTION_CPL_SYSTEM_EVENT_LOOP_TIMEOUT_PERIOD
Specifies the default timeout period for waiting on a event.
Definition EventLoop.h:26
This class extends the Cpl::Dm::EventLoop and Cpl::Itc:Mailbox classes to support the asynchronous ch...
Definition MailboxServer.h:43
This partially concrete class implements the synchronous ITC close call for the CloseApi.
Definition CloseSync.h:34
This template class represents a service request message to a particular server.
Definition RequestMessage.h:34
This abstract class defines the public interface for a Record instance.
Definition Record.h:28
This concrete class provides an Event driven Runnable object for executing the read/write operation t...
Definition RecordServer.h:28
void request(OpenMsg &msg)
This method starts the server (See Cpl::Itc::OpenSync)
Record ** m_records
Variable length list of Records to manage.
Definition RecordServer.h:51
RecordServer(Record *recordList[], unsigned long timingTickInMsec=OPTION_CPL_SYSTEM_EVENT_LOOP_TIMEOUT_PERIOD, Cpl::System::SharedEventHandlerApi *eventHandler=0) noexcept
Constructor.
bool m_opened
Track my open state.
Definition RecordServer.h:54
This abstract class defines the interface for a Shared Event Handler.
Definition SharedEventHandler.h:30
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20