DAnCE
..
|
#include <DomainApplicationManager_Impl.h>
Public Member Functions | |
Counter (unsigned int exec_count, DomainApplicationManager_Impl *dam_servant, const DAM_CompletionHandler_AutoPtr &em_completion_handler) | |
![]() | |
Completion_Counter_Base (unsigned int exec_count, unsigned int fail_count) | |
virtual | ~Completion_Counter_Base () |
void | decrement_exec_count () |
void | increment_fail_count (const char *error) |
unsigned int | exec_count () |
unsigned int | fail_count () |
bool | all_completed () |
const errors_type & | errors () const |
Protected Member Functions | |
virtual void | on_all_completed () |
virtual void | on_all_completed_with_failure () |
![]() | |
void | increment_exec_count () |
unsigned int | exec_count_i () |
unsigned int | fail_count_i () |
Private Attributes | |
DomainApplicationManager_Impl_var | dam_servant_ |
DAM_CompletionHandler_AutoPtr | em_ch_ptr_ |
Additional Inherited Members | |
![]() | |
typedef ACE_Null_Mutex | lock_type |
typedef std::vector< std::string > | errors_type |
DAM_NM_ReplyHandlerImpl::Counter::Counter | ( | unsigned int | exec_count, |
DomainApplicationManager_Impl * | dam_servant, | ||
const DAM_CompletionHandler_AutoPtr & | em_completion_handler | ||
) |
|
protectedvirtual |
Implements DAnCE::Completion_Counter_Base< ACE_Null_Mutex >.
|
protectedvirtual |
Implements DAnCE::Completion_Counter_Base< ACE_Null_Mutex >.
|
private |
|
private |