ConCompImpl − |
#include <acsncConCompImpl.h> Inherits acscomponent::ACSComponentImpl. |
Public Member Functions |
ConCompImpl (const ACE_CString &name, maci::ContainerServices *) |
virtual ~ConCompImpl () |
virtual void execTest (const char *channelName, CORBA::Boolean autoreconnect) |
virtual void execTestResumeSuspend (const char *channelName) |
virtual void checkCounterGreaterThan (CORBA::Long value) |
virtual void checkCounterLowerThan (CORBA::Long value) |
Static Private Member Functions |
static void myHandlerFunction (acsnc::EventDescription joe, void *handlerParam) |
Private Attributes |
int m_count |
nc::SimpleConsumer< acsnc::EventDescription > * m_testCon_p |
This class is for testing the notification channel under an activator |
ConCompImpl::ConCompImpl (const ACE_CString & name, maci::ContainerServices *) Constructor |
Parameters: |
poa Poa which will activate this and also all
other COBs. |
virtual ConCompImpl::~ConCompImpl () [virtual] Destructor |
virtual void ConCompImpl::checkCounterGreaterThan (CORBA::Long value) [virtual] |
virtual void ConCompImpl::checkCounterLowerThan (CORBA::Long value) [virtual] |
virtual void ConCompImpl::execTest (const char * channelName, CORBA::Boolean autoreconnect) [virtual] |
virtual void ConCompImpl::execTestResumeSuspend (const char * channelName) [virtual] |
static void ConCompImpl::myHandlerFunction (acsnc::EventDescription joe, void * handlerParam) [static, private] |
int ConCompImpl::m_count [private] |
nc::SimpleConsumer<acsnc::EventDescription>* ConCompImpl::m_testCon_p [private] |
Generated automatically by Doxygen for ACS-2016.4 C++ API from the source code. |