public interface PollableSetOperations
| Modifier and Type | Method and Description |
|---|---|
void |
add_pollable(Pollable potential) |
DIIPollable |
create_dii_pollable() |
Pollable |
get_ready_pollable(int timeout) |
short |
number_left() |
void |
remove(Pollable potential) |
DIIPollable create_dii_pollable()
void add_pollable(Pollable potential)
Pollable get_ready_pollable(int timeout) throws NoPossiblePollable
NoPossiblePollablevoid remove(Pollable potential) throws UnknownPollable
UnknownPollableshort number_left()
Copyright © 2017 JacORB. All rights reserved.