TAO_ESF  2.0.7
Public Member Functions
TAO_ESF_Worker Class Reference

Define the interface for the Worker objects. More...

#include <ESF_Worker.h>

List of all members.

Public Member Functions

virtual ~TAO_ESF_Worker (void)
virtual void set_size (size_t size)
virtual void work (Object *object)=0
 Callback interface.

Detailed Description

Define the interface for the Worker objects.

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.


Constructor & Destructor Documentation

TAO_ESF_Worker::~TAO_ESF_Worker ( void  ) [virtual]

Member Function Documentation

void TAO_ESF_Worker::set_size ( size_t  size) [virtual]

Used by the collection to inform the worker the number of proxies in the collection.

virtual void TAO_ESF_Worker::work ( Object *  object) [pure virtual]

Callback interface.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines