class PollGroup
MyCpp::Referenced
MyCpp::Object
MyCpp::PollGroup

A group of Pollable objects which are to be polled simultaneously.

Methods
void
addPollable (Pollable *pollable) throw (IOException)
Adds a new Pollable object to the group.
void
removePollable (Pollable *pollable)
Removes a specified Pollable object from the group.
void
run ()
Runs the polling loop.
PollGroup () throw (InitializationException)
The default constructor.
addPollable

Adds a new Pollable object to the group.

void addPollable (Pollable *pollable)
           throw (IOException)
pollable :  The Pollable object to be added to the group.
removePollable

Removes a specified Pollable object from the group.

void removePollable (Pollable *pollable)
pollable :  The Pollable object to remove from the group.
run

Runs the polling loop.

void run ()
PollGroup

The default constructor.

PollGroup () throw (InitializationException)