nc::HelperTest

NAME
SYNOPSIS
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
Author

NAME

nc::HelperTest −

SYNOPSIS

#include <acsncHelperTest.h>

Inherits nc::Helper.

Public Member Functions

virtual const char * getNotificationFactoryName ()

HelperTest (const char *, int, char **)

HelperTest (const char *channelName, const char *notifyServiceDomainName, int argc, char *argv[])

virtual void createNotificationChannel ()

CosNotifyChannelAdmin::EventChannel_var getNotifyChannel ()

~HelperTest ()

Static Public Attributes

static ACE_Condition_Thread_Mutex m_tester_condition

static ACE_Thread_Mutex m_tester_mutex

static bool m_useMutex

Constructor & Destructor Documentation

nc::HelperTest::HelperTest (const char *, int, char **)

nc::HelperTest::HelperTest (const char * channelName, const char * notifyServiceDomainName, int argc, char * argv[])

nc::HelperTest::~HelperTest () [inline]

Member Function Documentation

virtual void nc::HelperTest::createNotificationChannel () [virtual] Utility method. Create notification channel. Only used by Supplier to create NC.

Exceptions:

ACSErrTypeCommon::CORBAProblemEx
NotifyMonitoringExt::NameAlreadyUsed
when the factory tries to create a notification channel with the same name
NotifyMonitoringExt::NameMapError

Reimplemented from nc::Helper.

virtual const char* nc::HelperTest::getNotificationFactoryName () [inline, virtual] This method returns a constant character pointer to the name of the notification service as registered with the CORBA Naming Service.

Returns:

pointer to a constant string. Normally acscommon::NOTIFICATION_FACTORY_NAME

Reimplemented from nc::Helper.

CosNotifyChannelAdmin::EventChannel_var nc::HelperTest::getNotifyChannel ()

Member Data Documentation

ACE_Condition_Thread_Mutex nc::HelperTest::m_tester_condition [static]

ACE_Thread_Mutex nc::HelperTest::m_tester_mutex [static]

bool nc::HelperTest::m_useMutex [static]

Author

Generated automatically by Doxygen for ACS-2015.2 C++ API from the source code.