Public Methods | |
Connection (const char *channelName, const string &oidstr, CosEventComm::PushSupplier_ptr pushSupplier, bool isProxy=false) | |
Constructor adopts 'pushSupplier' parameter. More... | |
virtual | ~Connection () |
void | callback (CORBA::Request_ptr req) |
Sets _targetIsProxy, if it is. More... | |
void | output (ostream &os) const |
Save this object's state to a stream. More... | |
Public Attributes | |
const char * | _channelName |
string | _oidstr |
CosEventComm::PushSupplier_var | _target |
bool | _targetIsProxy |
TRUE if _target is a ProxyPushSupplier. More... | |
Private Methods | |
Connection () | |
NO IMPLEMENTATION. More... |
|
Constructor adopts 'pushSupplier' parameter.
Definition at line 298 of file ProxyPushConsumer.cc. |
|
Definition at line 120 of file ProxyPushConsumer.h. |
|
NO IMPLEMENTATION.
|
|
Sets _targetIsProxy, if it is.
Implements OmniEvents::Callback. Definition at line 311 of file ProxyPushConsumer.cc. References _targetIsProxy, DB, and output(). |
|
Save this object's state to a stream.
Definition at line 329 of file ProxyPushConsumer.cc. References _channelName, _oidstr, and _target. Referenced by callback(), and OmniEvents::ProxyPushConsumer_i::connect_push_supplier(). |
|
Definition at line 108 of file ProxyPushConsumer.h. Referenced by output(). |
|
Definition at line 109 of file ProxyPushConsumer.h. Referenced by output(). |
|
Definition at line 110 of file ProxyPushConsumer.h. Referenced by output(). |
|
TRUE if _target is a ProxyPushSupplier.
Definition at line 111 of file ProxyPushConsumer.h. Referenced by callback(). |