#include <ProxyPushSupplier.h>
Inheritance diagram for OmniEvents::ProxyPushSupplierManager:
Public Methods | |
PortableServer::Servant | incarnate (const PortableServer::ObjectId &oid, PortableServer::POA_ptr poa) |
void | etherealize (const PortableServer::ObjectId &oid, PortableServer::POA_ptr adapter, PortableServer::Servant serv, CORBA::Boolean cleanup_in_progress, CORBA::Boolean remaining_activations) |
Pauses the thread, and then calls the parent's implementation. More... | |
ProxyPushSupplierManager (PortableServer::POA_ptr parentPoa, EventQueue &q) | |
CosEventChannelAdmin::ProxyPushSupplier_ptr | createObject () |
void * | run_undetached (void *) |
Public Attributes | |
omni_mutex | _lock |
omni_condition | _condition |
Private Attributes | |
EventQueue & | _queue |
omni_mutex | _conditionLock |
bool | _shutdownRequested |
|
Definition at line 67 of file ProxyPushSupplier.cc. |
|
Definition at line 80 of file ProxyPushSupplier.cc. References OmniEvents::ProxyManager::_managedPoa. Referenced by OmniEvents::ConsumerAdmin_i::obtain_push_supplier(). |
|
Pauses the thread, and then calls the parent's implementation.
Reimplemented from OmniEvents::ProxyManager. Definition at line 53 of file ProxyPushSupplier.cc. References _lock. |
|
Definition at line 37 of file ProxyPushSupplier.cc. References _condition, _lock, OmniEvents::ProxyManager::_managedPoa, _queue, and OmniEvents::ProxyManager::_servants. |
|
Definition at line 89 of file ProxyPushSupplier.cc. References _condition, _conditionLock, _lock, OmniEvents::ProxyManager::_servants, and OmniEvents::ProxyPushSupplier_i::trigger(). |
|
Definition at line 71 of file ProxyPushSupplier.h. Referenced by incarnate(), run_undetached(), and OmniEvents::ConsumerAdmin_i::send(). |
|
Definition at line 74 of file ProxyPushSupplier.h. Referenced by run_undetached(). |
|
Definition at line 70 of file ProxyPushSupplier.h. Referenced by etherealize(), incarnate(), run_undetached(), and OmniEvents::ConsumerAdmin_i::send(). |
|
Definition at line 73 of file ProxyPushSupplier.h. Referenced by incarnate(). |
|
Definition at line 75 of file ProxyPushSupplier.h. |