#include <ESF_Immediate_Changes.h>
Inheritance diagram for TAO_ESF_Immediate_Changes< PROXY, COLLECTION, ITERATOR, ACE_LOCK >:
Public Member Functions | |
TAO_ESF_Immediate_Changes (void) | |
TAO_ESF_Immediate_Changes (const COLLECTION &collection) | |
virtual void | for_each (TAO_ESF_Worker< PROXY > *worker) |
virtual void | connected (PROXY *proxy) |
virtual void | reconnected (PROXY *proxy) |
virtual void | disconnected (PROXY *proxy) |
Remove an element from the collection. | |
virtual void | shutdown () |
The EC is shutting down, must release all the elements. | |
Private Attributes | |
COLLECTION | collection_ |
ACE_LOCK | lock_ |
|
|
|
|
|
Insert a new element into the collection. The collection assumes ownership of the element. Implements TAO_ESF_Proxy_Collection< PROXY >. |
|
Remove an element from the collection.
Implements TAO_ESF_Proxy_Collection< PROXY >. |
|
Iterate over the collection and invoke worker->work() for each member of the collection. This encapsulates Implements TAO_ESF_Proxy_Collection< PROXY >. |
|
Insert an element into the collection. No errors can be raised if the element is already present. The collection assumes ownership, i.e. must invoke <proxy->_decr_refcnt()> if the element is already present in the collection. Implements TAO_ESF_Proxy_Collection< PROXY >. |
|
The EC is shutting down, must release all the elements.
Implements TAO_ESF_Proxy_Collection< PROXY >. |
|
|
|
|