DAnCE
..
|
#include <Domain_Application_Impl.h>
Public Member Functions | |
Counter (unsigned int exec_count, DomainApplication_Impl *da_servant,::Deployment::AMH_ApplicationResponseHandler_ptr _tao_rh) | |
![]() | |
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 | |
DomainApplication_Impl_var | da_servant_ |
::Deployment::AMH_ApplicationResponseHandler_var | da_rh_ |
Additional Inherited Members | |
![]() | |
typedef ACE_Null_Mutex | lock_type |
typedef std::vector< std::string > | errors_type |
DAnCE::DA_NA_ReplyHandlerImpl::Counter::Counter | ( | unsigned int | exec_count, |
DomainApplication_Impl * | da_servant, | ||
::Deployment::AMH_ApplicationResponseHandler_ptr | _tao_rh | ||
) |
|
protectedvirtual |
Implements DAnCE::Completion_Counter_Base< ACE_Null_Mutex >.
|
protectedvirtual |
Implements DAnCE::Completion_Counter_Base< ACE_Null_Mutex >.
|
private |
|
private |