Uses of Interface
org.jgroups.ChannelListener
-
Packages that use ChannelListener Package Description org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc.org.jgroups.blocks Provides building blocks that are layered on top of channels.org.jgroups.demos Provides demonstrations of JGroups functionality.org.jgroups.jmx -
-
Uses of ChannelListener in org.jgroups
Classes in org.jgroups that implement ChannelListener Modifier and Type Class Description classChannelListenerAdapterClass which implementsChannelListenerFields in org.jgroups with type parameters of type ChannelListener Modifier and Type Field Description protected java.util.Set<ChannelListener>Channel. channel_listenersMethods in org.jgroups with parameters of type ChannelListener Modifier and Type Method Description voidChannel. addChannelListener(ChannelListener listener)Allows to be notified when a channel event such as connect, disconnect or close occurs.voidChannel. removeChannelListener(ChannelListener listener)voidChannel. setChannelListener(ChannelListener channel_listener)Deprecated.Use addChannelListener() instead -
Uses of ChannelListener in org.jgroups.blocks
Classes in org.jgroups.blocks that implement ChannelListener Modifier and Type Class Description classPullPushAdapterDeprecated.UseReceiverinstead, this class will be removed in JGroups 3.0classRpcDispatcherThis class allows a programmer to invoke remote methods in all (or single) group members and optionally wait for the return value(s).Methods in org.jgroups.blocks with parameters of type ChannelListener Modifier and Type Method Description booleanRpcDispatcher. addChannelListener(ChannelListener l)Add a new channel listener to be notified on the channel's state change.booleanRpcDispatcher. removeChannelListener(ChannelListener l) -
Uses of ChannelListener in org.jgroups.demos
Classes in org.jgroups.demos that implement ChannelListener Modifier and Type Class Description classDrawShared whiteboard, each new instance joins the same group.classGossipDemos 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. -
Uses of ChannelListener in org.jgroups.jmx
Methods in org.jgroups.jmx with parameters of type ChannelListener Modifier and Type Method Description voidJChannel. addChannelListener(ChannelListener listener)voidJChannel. removeChannelListener(ChannelListener l)voidJChannel. setChannelListener(ChannelListener channel_listener)Deprecated.Use addChannelListener() insteadvoidJChannelMBean. setChannelListener(ChannelListener channel_listener)
-