#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 |
nc::ReconnectionCallback::ReconnectionCallback | ( | nc::Helper * | sub | ) |
nc::ReconnectionCallback::~ReconnectionCallback | ( | ) |
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 | ) |
friend class Consumer [friend] |
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] |
nc::Helper* nc::ReconnectionCallback::sub_ [private] |