A group of Pollable objects which are to be polled simultaneously.
| void |
Adds a new Pollable object to the group. | |||
| void |
Removes a specified Pollable object from the group. | |||
| void |
Runs the polling loop. | |||
The default constructor. |
Adds a new Pollable object to the group.
void addPollable (Pollable *pollable) throw (IOException)
| pollable : | The Pollable object to be added to the group. |
Removes a specified Pollable object from the group.
void removePollable (Pollable *pollable)
| pollable : | The Pollable object to remove from the group. |
Runs the polling loop.
void run ()
The default constructor.
PollGroup () throw (InitializationException)