Public Member Functions | Static Private Member Functions | Private Attributes

ConCompImpl Class Reference

#include <acsncConCompImpl.h>

Inheritance diagram for ConCompImpl:
Inheritance graph
[legend]
Collaboration diagram for ConCompImpl:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

This class is for testing the notification channel under an activator


Constructor & Destructor Documentation

ConCompImpl::ConCompImpl ( const ACE_CString &  name,
maci::ContainerServices  
)

Constructor

Parameters:
poa Poa which will activate this and also all other COBs.
name DO's name. This is also the name that will be used to find the configuration data for the DO in the Configuration Database.
virtual ConCompImpl::~ConCompImpl (  )  [virtual]

Destructor


Member Function Documentation

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]

Member Data Documentation

int ConCompImpl::m_count [private]
nc::SimpleConsumer<acsnc::EventDescription>* ConCompImpl::m_testCon_p [private]

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