OmniEvents::ProxyPushConsumer_i Class Reference

Default servant for ProxyPushConsumer objects. More...

#include <ProxyPushConsumer.h>

Inheritance diagram for OmniEvents::ProxyPushConsumer_i:
Inheritance graph
[legend]
Collaboration diagram for OmniEvents::ProxyPushConsumer_i:
Collaboration graph
[legend]

List of all members.

Classes

struct  Connection

Public Member Functions

void connect_push_supplier (CosEventComm::PushSupplier_ptr pushSupplier)
 If pushSupplier is provided, then it is stored in _connections.
void disconnect_push_consumer ()
 We may not have a record of the supplier, so this method must accept calls from any supplier without complaint.
void push (const CORBA::Any &event)
 Accepts events from any supplier, not just those stored in _connections.
 ProxyPushConsumer_i (PortableServer::POA_ptr parentPoa, list< CORBA::Any * > &q, ConsumerAdmin_i &consumerAdmin)
virtual ~ProxyPushConsumer_i ()
void trigger ()
CosEventChannelAdmin::ProxyPushConsumer_ptr createObject ()
 Constructs a new object.
void disconnect ()
 Send disconnect_push_supplier() to all connected PushSuppliers.
void reincarnate (const PersistNode &node)
 Re-create all servants from information saved in the log file.
void output (ostream &os) const
 Save this object's state to a stream.

Private Types

typedef map< string, Connection * > Connections_t

Private Member Functions

string currentObjectId () const

Private Attributes

Connections_t _connections
CORBA::String_var _channelName
ConsumerAdmin_i_consumerAdmin
list< CORBA::Any * > & _queue
bool _useLocalQueue
 Switch between RT/chunked modes.

Detailed Description

Default servant for ProxyPushConsumer objects.

All objects are implemented by a single instance of this servant class. This enables us to deal statelessly with anonymous connections (where connect_push_supplier() is called with a NIL callback reference).

Definition at line 60 of file ProxyPushConsumer.h.


Member Typedef Documentation

Definition at line 133 of file ProxyPushConsumer.h.


Constructor & Destructor Documentation

OmniEvents::ProxyPushConsumer_i::ProxyPushConsumer_i ( PortableServer::POA_ptr  parentPoa,
list< CORBA::Any * > &  q,
ConsumerAdmin_i consumerAdmin 
)

Definition at line 109 of file ProxyPushConsumer.cc.

OmniEvents::ProxyPushConsumer_i::~ProxyPushConsumer_i (  )  [virtual]

Definition at line 171 of file ProxyPushConsumer.cc.


Member Function Documentation

void OmniEvents::ProxyPushConsumer_i::connect_push_supplier ( CosEventComm::PushSupplier_ptr  pushSupplier  ) 

If pushSupplier is provided, then it is stored in _connections.

Otherwise this method does nothing.

Definition at line 27 of file ProxyPushConsumer.cc.

References _channelName, _connections, currentObjectId(), OmniEvents::Orb::deferredRequest(), OmniEvents::omniEventsLog::exists(), and OmniEvents::Orb::inst().

CosEventChannelAdmin::ProxyPushConsumer_ptr OmniEvents::ProxyPushConsumer_i::createObject (  ) 

Constructs a new object.

This method is almost completely stateless. It makes a new objectId, and returns it to the caller. But, only when it's USED the first time (connect_push_consumer) do we store it in _connections. (Note, The POA doesn't store objects either.)

Definition at line 187 of file ProxyPushConsumer.cc.

Referenced by OmniEvents::SupplierAdmin_i::obtain_push_consumer().

string OmniEvents::ProxyPushConsumer_i::currentObjectId (  )  const [private]

Definition at line 288 of file ProxyPushConsumer.cc.

Referenced by connect_push_supplier().

void OmniEvents::ProxyPushConsumer_i::disconnect (  ) 

Send disconnect_push_supplier() to all connected PushSuppliers.

Definition at line 196 of file ProxyPushConsumer.cc.

Referenced by OmniEvents::SupplierAdmin_i::disconnect().

void OmniEvents::ProxyPushConsumer_i::disconnect_push_consumer (  ) 

We may not have a record of the supplier, so this method must accept calls from any supplier without complaint.

Definition at line 64 of file ProxyPushConsumer.cc.

References OmniEvents::WriteLock::os, and OmniEvents::ProxyPushConsumer_i::Connection::output().

void OmniEvents::ProxyPushConsumer_i::output ( ostream &  os  )  const

Save this object's state to a stream.

Definition at line 277 of file ProxyPushConsumer.cc.

Referenced by OmniEvents::SupplierAdmin_i::output().

void OmniEvents::ProxyPushConsumer_i::push ( const CORBA::Any &  event  ) 

Accepts events from any supplier, not just those stored in _connections.

Definition at line 95 of file ProxyPushConsumer.cc.

void OmniEvents::ProxyPushConsumer_i::reincarnate ( const PersistNode node  ) 

Re-create all servants from information saved in the log file.

Definition at line 215 of file ProxyPushConsumer.cc.

Referenced by OmniEvents::SupplierAdmin_i::reincarnate().

void OmniEvents::ProxyPushConsumer_i::trigger (  )  [inline]

Definition at line 86 of file ProxyPushConsumer.h.

References _useLocalQueue.


Member Data Documentation

CORBA::String_var OmniEvents::ProxyPushConsumer_i::_channelName [private]

Definition at line 135 of file ProxyPushConsumer.h.

Referenced by connect_push_supplier().

Definition at line 134 of file ProxyPushConsumer.h.

Referenced by connect_push_supplier().

Definition at line 136 of file ProxyPushConsumer.h.

list<CORBA::Any*>& OmniEvents::ProxyPushConsumer_i::_queue [private]

Definition at line 137 of file ProxyPushConsumer.h.

Switch between RT/chunked modes.

Definition at line 138 of file ProxyPushConsumer.h.

Referenced by trigger().


The documentation for this class was generated from the following files:

Generated by  doxygen 1.6.2