1#ifndef Cpl_MApp_Manager_h_
2#define Cpl_MApp_Manager_h_
53 bool startMApp(
const char* name,
char* args )
noexcept;
This template class implements a THREAD SAFE Ring Buffer.
Definition RingBufferMT.h:33
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 define ITC message type and payload for the application to get list of all of the...
Definition Requests.h:153
This abstract class define ITC message type and payload for the application to Get a list of started ...
Definition Requests.h:196
This abstract class define ITC message type and payload for the application to look-up a MApp by name...
Definition Requests.h:238
This abstract class defines the interface for a Micro Application (MApp).
Definition MAppApi.h:37
This abstract class defines the "manager" interface to for starting, stopping, etc.
Definition ManagerApi.h:26
This concrete class implements the MApp Manager.
Definition Manager.h:34
void stopAllMApps() noexcept
See Cpl::MApp::MAppApi.
bool getAvailableMApps(Cpl::MApp::MAppApi *dstList[], size_t dstMaxElements, size_t &numElemsFound) noexcept
See Cpl::MApp::MAppApi.
Manager(Cpl::Dm::MailboxServer &myMbox, Cpl::Container::Map< MAppApi > &listOfMApps)
Constructor.
~Manager()
Destructor.
Definition Manager.h:41
Cpl::Container::Map< MAppApi > & m_inactiveMApps
List of inactive MApps.
Definition Manager.h:92
bool m_opened
My open/close state.
Definition Manager.h:98
bool getStartedMApps(Cpl::MApp::MAppApi *dstList[], size_t dstMaxElements, size_t &numElemsFound) noexcept
See Cpl::MApp::MAppApi.
bool stopMApp(const char *name) noexcept
See Cpl::MApp::MAppApi.
void request(Cpl::Itc::CloseRequest::CloseMsg &msg)
Performs the in-thread shutdown of the service.
Cpl::Container::Map< MAppApi > m_startedMApps
List of started MApps.
Definition Manager.h:95
bool startMApp(const char *name, char *args) noexcept
See Cpl::MApp::MAppApi.
Cpl::MApp::MAppApi * lookUpMApp(const char *mappName) noexcept
See Cpl::MApp::MAppApi.
void request(Cpl::Itc::OpenRequest::OpenMsg &msg)
Perform the in-thread initialization of the service.
This abstract class define ITC message type and payload for the application to start a MApp.
Definition Requests.h:24
This abstract class define ITC message type and payload for the application to stop the current MApp.
Definition Requests.h:118
This abstract class define ITC message type and payload for the application to stop the current MApp.
Definition Requests.h:74
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20