OmniEvents
|
Public Member Functions | |
Connection (const char *channelName, const string &oidstr, CosEventComm::PushSupplier_ptr pushSupplier, bool isProxy=false) | |
Constructor adopts 'pushSupplier' parameter. | |
virtual | ~Connection () |
OMNIEVENTS__DEBUG_REF_COUNTS__DECL void | callback (CORBA::Request_ptr req) |
Sets _targetIsProxy, if it is. | |
void | output (ostream &os) const |
Save this object's state to a stream. | |
![]() | |
Callback () | |
virtual | ~Callback () |
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 |
||
) |
Constructor adopts 'pushSupplier' parameter.
Definition at line 329 of file ProxyPushConsumer.cc.
References OmniEvents::createNarrowedReference(), and DB.
|
virtual |
Definition at line 346 of file ProxyPushConsumer.cc.
References OmniEvents::createNarrowedReference(), and DB.
|
private |
NO IMPLEMENTATION.
|
virtual |
Sets _targetIsProxy, if it is.
Implements OmniEvents::Callback.
Definition at line 358 of file ProxyPushConsumer.cc.
References OmniEvents::createNarrowedReference(), DB, OmniEvents::omniEventsLog::exists(), OmniEvents::WriteLock::os, and OmniEvents::ProxyPushConsumer_i::output().
Save this object's state to a stream.
Definition at line 377 of file ProxyPushConsumer.cc.
References OmniEvents::ProxyPushConsumer_i::_channelName, OmniEvents::Orb::_orb, OmniEvents::createNarrowedReference(), and OmniEvents::Orb::inst().
Definition at line 108 of file ProxyPushConsumer.h.
string OmniEvents::ProxyPushConsumer_i::Connection::_oidstr |
Definition at line 109 of file ProxyPushConsumer.h.
CosEventComm::PushSupplier_var OmniEvents::ProxyPushConsumer_i::Connection::_target |
Definition at line 110 of file ProxyPushConsumer.h.
bool OmniEvents::ProxyPushConsumer_i::Connection::_targetIsProxy |
TRUE if _target is a ProxyPushSupplier.
Definition at line 111 of file ProxyPushConsumer.h.