Uses of Interface org.jgroups.ChannelListener

Uses in package org.jgroups.blocks

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

Uses in package org.jgroups

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.

Uses in package org.jgroups.jmx

Methods with parameter type org.jgroups.ChannelListener

void
void
void
void

Uses in package org.jgroups.demos

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.

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.