#include <EventChannelFactory.h>
Inheritance diagram for OmniEvents::EventChannelFactory_i:
Public Methods | |
CORBA::Boolean | supports (const CosLifeCycle::Key &k) |
Returns true if the key passed has the following contents:. More... | |
CORBA::Object_ptr | create_object (const CosLifeCycle::Key &k, const CosLifeCycle::Criteria &the_criteria) |
EventChannelFactory_i (unsigned int port) | |
EventChannelFactory_i (unsigned int port, OepEcpsList &) | |
Builds an EventChannelFactory_i from the parsed logfile data. More... | |
void | output (ostream &os) |
Private Attributes | |
unsigned int | _port |
set< EventChannel_i * > | _eventChannels |
|
Definition at line 41 of file EventChannelFactory.cc. References OmniEvents::Servant::activateObjectWithId(). |
|
Builds an EventChannelFactory_i from the parsed logfile data.
Definition at line 49 of file EventChannelFactory.cc. References _eventChannels, OmniEvents::Servant::activateObjectWithId(), and OepEcpsList. |
|
Definition at line 80 of file EventChannelFactory.cc. References _eventChannels, DB, OmniEvents::newUniqueId(), OmniEvents::EventChannel_i::setMaxQueueLength(), OmniEvents::EventChannel_i::setPullRetryPeriod(), and supports(). |
|
Definition at line 127 of file EventChannelFactory.cc. References _eventChannels, OmniEvents::Servant::_poa, and _port. Referenced by OmniEvents::omniEventsLog::output(). |
|
Returns true if the key passed has the following contents:.
Definition at line 68 of file EventChannelFactory.cc. Referenced by create_object(). |
|
Definition at line 78 of file EventChannelFactory.h. Referenced by create_object(), EventChannelFactory_i(), and output(). |
|
Definition at line 77 of file EventChannelFactory.h. Referenced by output(). |