Uses of Interface
org.jgroups.ChannelListener
Packages that use ChannelListener
Package
Description
Provides top-level public JGroups classes such as Channel, Message, etc.
Provides building blocks that are layered on top of channels.
Provides demonstrations of JGroups functionality.
-
Uses of ChannelListener in org.jgroups
Classes in org.jgroups that implement ChannelListenerFields in org.jgroups with type parameters of type ChannelListenerMethods in org.jgroups with parameters of type ChannelListenerModifier and TypeMethodDescriptionvoidChannel.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 ChannelListenerModifier and TypeClassDescriptionclassDeprecated.UseReceiverinstead, this class will be removed in JGroups 3.0classThis 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 ChannelListenerModifier and TypeMethodDescriptionbooleanRpcDispatcher.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 -
Uses of ChannelListener in org.jgroups.jmx
Methods in org.jgroups.jmx with parameters of type ChannelListenerModifier and TypeMethodDescriptionvoidJChannel.addChannelListener(ChannelListener listener) voidJChannel.removeChannelListener(ChannelListener l) voidJChannel.setChannelListener(ChannelListener channel_listener) Deprecated.Use addChannelListener() insteadvoidJChannelMBean.setChannelListener(ChannelListener channel_listener)