#include <ESF_Worker.h>
Public Member Functions | |
virtual | ~TAO_ESF_Worker (void) |
virtual void | set_size (size_t size) |
virtual void | work (Object *object ACE_ENV_ARG_DECL)=0 |
Callback interface. |
The Event Service Framework uses Worker classes to iterate over collections of proxies. The following class defines the worker interface, basically users of the framework implement a worker object and pass it to one collection. The collection invokes the worker for each element the colection contains.
|
|
|
Used by the collection to inform the worker the number of proxies in the collection. |
|
Callback interface.
|