|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ChannelListener | |
| org.jgroups | |
| org.jgroups.blocks | |
| org.jgroups.demos | |
| Uses of ChannelListener in org.jgroups |
| Fields in org.jgroups declared as ChannelListener | |
protected ChannelListener |
Channel.channel_listener
|
| Methods in org.jgroups with parameters of type ChannelListener | |
void |
Channel.setChannelListener(ChannelListener channel_listener)
Allows to be notified when a channel event such as connect, disconnect or close occurs. |
| Uses of ChannelListener in org.jgroups.blocks |
| Classes in org.jgroups.blocks that implement ChannelListener | |
class |
RpcDispatcher
Dispatches and receives remote group method calls. |
| Uses of ChannelListener in org.jgroups.demos |
| Classes in org.jgroups.demos that implement ChannelListener | |
class |
Draw
Shared whiteboard, each new instance joins the same group. |
class |
Gossip
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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||