nc::ReconnectionCallback

NAME
SYNOPSIS
Constructor & Destructor Documentation
Member Function Documentation
Friends And Related Function Documentation
Member Data Documentation
Author

NAME

nc::ReconnectionCallback −

SYNOPSIS

#include <acsncReconnectionCallback.h>

Public Member Functions

ReconnectionCallback (nc::Helper *sub)

~ReconnectionCallback ()

bool is_alive ()

void reconnect (::CORBA::Object_ptr new_connection)

void init (CORBA::ORB_ptr orb, NotifyMonitoringExt::EventChannelFactory_ptr ecf)

void disconnect ()

Protected Attributes

maci::ContainerServices * services_

Private Attributes

NotifyMonitoringExt::EventChannelFactory_ptr ecf_

nc::Helper * sub_

int callback_id_

bool id_is_valid_

PortableServer::POA_var root_poa_

PortableServer::ObjectId_var callback_obj_id_

Friends

class Consumer

Constructor & Destructor Documentation

nc::ReconnectionCallback::ReconnectionCallback (nc::Helper * sub)

nc::ReconnectionCallback::~ReconnectionCallback ()

Member Function Documentation

void nc::ReconnectionCallback::disconnect ()

void nc::ReconnectionCallback::init (CORBA::ORB_ptr orb, NotifyMonitoringExt::EventChannelFactory_ptr ecf)

bool nc::ReconnectionCallback::is_alive ()

void nc::ReconnectionCallback::reconnect (::CORBA::Object_ptr new_connection)

Friends And Related Function Documentation

friend class Consumer [friend]

Member Data Documentation

int nc::ReconnectionCallback::callback_id_ [private]

PortableServer::ObjectId_var nc::ReconnectionCallback::callback_obj_id_ [private]

NotifyMonitoringExt::EventChannelFactory_ptr nc::ReconnectionCallback::ecf_ [private]

bool nc::ReconnectionCallback::id_is_valid_ [private]

PortableServer::POA_var nc::ReconnectionCallback::root_poa_ [private]

maci::ContainerServices* nc::ReconnectionCallback::services_ [protected]

nc::Helper* nc::ReconnectionCallback::sub_ [private]

Author

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