

Public Member Functions | |
| Connection (const char *channelName, const string &oidstr, CosEventComm::PushSupplier_ptr pushSupplier, bool isProxy=false) | |
| Constructor adopts 'pushSupplier' parameter. | |
| virtual | ~Connection () |
| void | callback (CORBA::Request_ptr req) |
| Sets _targetIsProxy, if it is. | |
| void | output (ostream &os) const |
| Save this object's state to a stream. | |
Public Attributes | |
| const char * | _channelName |
| string | _oidstr |
| CosEventComm::PushSupplier_var | _target |
| bool | _targetIsProxy |
| TRUE if _target is a ProxyPushSupplier. | |
Private Member Functions | |
| Connection () | |
| NO IMPLEMENTATION. | |
Definition at line 106 of file ProxyPushConsumer.h.
| OmniEvents::ProxyPushConsumer_i::Connection::Connection | ( | const char * | channelName, | |
| const string & | oidstr, | |||
| CosEventComm::PushSupplier_ptr | pushSupplier, | |||
| bool | isProxy = false | |||
| ) |
| virtual OmniEvents::ProxyPushConsumer_i::Connection::~Connection | ( | ) | [inline, virtual] |
Definition at line 120 of file ProxyPushConsumer.h.
| OmniEvents::ProxyPushConsumer_i::Connection::Connection | ( | ) | [private] |
NO IMPLEMENTATION.
| void OmniEvents::ProxyPushConsumer_i::Connection::callback | ( | CORBA::Request_ptr | req | ) | [virtual] |
Sets _targetIsProxy, if it is.
Implements OmniEvents::Callback.
Definition at line 324 of file ProxyPushConsumer.cc.
References _targetIsProxy, DB, OmniEvents::omniEventsLog::exists(), OmniEvents::WriteLock::os, and output().
| void OmniEvents::ProxyPushConsumer_i::Connection::output | ( | ostream & | os | ) | const |
Save this object's state to a stream.
Definition at line 343 of file ProxyPushConsumer.cc.
References _channelName, _oidstr, OmniEvents::Orb::_orb, _target, _targetIsProxy, and OmniEvents::Orb::inst().
Referenced by callback(), and OmniEvents::ProxyPushConsumer_i::connect_push_supplier().
| CosEventComm::PushSupplier_var OmniEvents::ProxyPushConsumer_i::Connection::_target |
TRUE if _target is a ProxyPushSupplier.
Definition at line 111 of file ProxyPushConsumer.h.
Referenced by callback(), and output().
1.4.7