ifw-ocf  2.0.0-dev
 All Classes Namespaces Files Functions Variables Groups
Public Member Functions | List of all members
server::ActionMgr Class Reference

#include <actionMgr.hpp>

Inheritance diagram for server::ActionMgr:

Public Member Functions

 ActionMgr ()
 
virtual ~ActionMgr ()
 
void CreateActions (boost::asio::io_service &ios, rad::SMAdapter &sm, DataContext &the_data)
 
void CreateActivities (DataContext &the_data, rad::SMAdapter &sm)
 
 ActionMgr (const ActionMgr &)=delete
 
ActionMgroperator= (const ActionMgr &)=delete
 Disable copy constructor. More...
 

Detailed Description

This class is responsible for the life-cycle management of actions and activities.

Constructor & Destructor Documentation

server::ActionMgr::ActionMgr ( )

Default constructor.

server::ActionMgr::~ActionMgr ( )
virtual

Default destructor.

server::ActionMgr::ActionMgr ( const ActionMgr )
delete

Member Function Documentation

void server::ActionMgr::CreateActions ( boost::asio::io_service &  ios,
rad::SMAdapter &  sm,
DataContext the_data 
)

Method to instantiate the action objects.

Parameters
[in]iosEvent loop.
[in]dispatcherEvent dispatcher.
[in]msgReplierHelper class to reply to incoming requests.
[in]theDataData shared within the application among actions and activities.
void server::ActionMgr::CreateActivities ( DataContext the_data,
rad::SMAdapter &  sm 
)

Method to instantiate activity objects.

Parameters
[in]theDataData shared within the application.
[in]smReference to the State Machine adapter needed to trigger internal events.
ActionMgr& server::ActionMgr::operator= ( const ActionMgr )
delete

Disable copy constructor.


The documentation for this class was generated from the following files: