Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

OmniEvents::Proxy Class Reference

Base class for three of the four Proxy servants. More...

#include <ProxyManager.h>

Inheritance diagram for OmniEvents::Proxy:

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

Collaboration graph
[legend]
List of all members.

Public Methods

virtual ~Proxy ()
virtual void reincarnate (const string &oid, const PersistNode &node)=0
 Re-create a servant from information saved in the log file. More...

virtual void output (ostream &os)=0
 Save this object's state to a stream. More...


Protected Methods

 Proxy (PortableServer::POA_ptr poa)
void keyOutput (ostream &os, const char *name)
 Helper method for constructing persistency output. More...

void eraseKey (const char *name)
 Helper method for constructing persistency output. More...

void basicOutput (ostream &os, const char *name, CORBA::Object_ptr target=CORBA::Object::_nil(), const char *extraAttributes=NULL)
 Helper method for constructing persistency output. More...


Protected Attributes

CORBA::Request_var _req

Private Methods

 Proxy (const Proxy &)
 NO IMPLEMENTATION. More...


Detailed Description

Base class for three of the four Proxy servants.

Proxy servants are stored in a ProxyManager. There is one Proxy servant for each CORBA proxy object. (Compare with ProxyPushConsumer_i, where all objects are implemented by a single servant.)

Definition at line 100 of file ProxyManager.h.


Constructor & Destructor Documentation

OmniEvents::Proxy::~Proxy   [virtual]
 

Definition at line 152 of file ProxyManager.cc.

References _req.

OmniEvents::Proxy::Proxy PortableServer::POA_ptr    poa [protected]
 

Definition at line 161 of file ProxyManager.cc.

OmniEvents::Proxy::Proxy const Proxy &    [private]
 

NO IMPLEMENTATION.


Member Function Documentation

void OmniEvents::Proxy::basicOutput ostream &    os,
const char *    name,
CORBA::Object_ptr    target = CORBA::Object::_nil(),
const char *    extraAttributes = NULL
[protected]
 

Helper method for constructing persistency output.

Definition at line 187 of file ProxyManager.cc.

References keyOutput().

Referenced by OmniEvents::ProxyPushSupplier_i::output(), OmniEvents::ProxyPullSupplier_i::output(), and OmniEvents::ProxyPullConsumer_i::output().

void OmniEvents::Proxy::eraseKey const char *    name [protected]
 

Helper method for constructing persistency output.

Definition at line 178 of file ProxyManager.cc.

References keyOutput(), and OmniEvents::WriteLock::os.

Referenced by OmniEvents::ProxyPullConsumer_i::disconnect_pull_consumer(), OmniEvents::ProxyPullSupplier_i::disconnect_pull_supplier(), OmniEvents::ProxyPushSupplier_i::disconnect_push_supplier(), OmniEvents::ProxyPushSupplier_i::trigger(), and OmniEvents::ProxyPullConsumer_i::trigger().

void OmniEvents::Proxy::keyOutput ostream &    os,
const char *    name
[protected]
 

Helper method for constructing persistency output.

Definition at line 168 of file ProxyManager.cc.

References OmniEvents::Servant::_poa.

Referenced by basicOutput(), and eraseKey().

virtual void OmniEvents::Proxy::output ostream &    os [pure virtual]
 

Save this object's state to a stream.

Implemented in OmniEvents::ProxyPullConsumer_i, OmniEvents::ProxyPullSupplier_i, and OmniEvents::ProxyPushSupplier_i.

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

virtual void OmniEvents::Proxy::reincarnate const string &    oid,
const PersistNode   node
[pure virtual]
 

Re-create a servant from information saved in the log file.

Implemented in OmniEvents::ProxyPullConsumer_i, OmniEvents::ProxyPullSupplier_i, and OmniEvents::ProxyPushSupplier_i.

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


Member Data Documentation

CORBA::Request_var OmniEvents::Proxy::_req [protected]
 

Definition at line 124 of file ProxyManager.h.

Referenced by OmniEvents::ProxyPullSupplier_i::connect_pull_consumer(), OmniEvents::ProxyPullConsumer_i::connect_pull_supplier(), OmniEvents::ProxyPushSupplier_i::connect_push_consumer(), OmniEvents::ProxyPushSupplier_i::trigger(), OmniEvents::ProxyPullConsumer_i::trigger(), and ~Proxy().


The documentation for this class was generated from the following files:
Generated on Fri Nov 19 17:42:34 2004 for OmniEvents by doxygen1.2.15