| Frames | No Frames |
Classes implementing org.jgroups.ChannelListener | |
| class | Allows a client of Channel to be notified when messages have been received
instead of having to actively poll the channel for new messages. |
| class | This class allows a programmer to invoke remote methods in all (or single)
group members and optionally wait for the return value(s). |
Methods with parameter type org.jgroups.ChannelListener | |
| boolean | Add a new channel listener to be notified on the channel's state change. |
| boolean | |
Fields of type org.jgroups.ChannelListener | |
| ChannelListener | |
Methods with parameter type org.jgroups.ChannelListener | |
| void | Allows to be notified when a channel event such as connect, disconnect or close occurs. |
| void | |
| void | Allows to be notified when a channel event such as connect, disconnect or close occurs. |
Methods with parameter type org.jgroups.ChannelListener | |
| void | |
| void | |
| void | |
| void | |
Classes implementing org.jgroups.ChannelListener | |
| class | Shared whiteboard, each new instance joins the same group. |
| class | Demos that tries to graphically illustrating the gossip (or pbcast) protocol: every sender periodically sends
a DRAW command to a random subset of the group members. |