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
Fields in org.jgroups with type parameters of type ChannelListenerMethods in org.jgroups with parameters of type ChannelListenerModifier and TypeMethodDescriptionJChannel.addChannelListener(ChannelListener listener) Adds a ChannelListener that will be notified when a connect, disconnect or close occursJChannel.removeChannelListener(ChannelListener listener) Method parameters in org.jgroups with type arguments of type ChannelListenerModifier and TypeMethodDescriptionprotected JChannelJChannel.notifyListeners(Consumer<ChannelListener> func, String msg) -
Uses of ChannelListener in org.jgroups.blocks
Classes in org.jgroups.blocks that implement ChannelListenerModifier and TypeClassDescriptionclassProvides synchronous and asynchronous message sending with request-response correlation; i.e., matching responses with the original request.classThis class allows a programmer to invoke remote methods in all (or single) group members and optionally wait for the return value(s). -
Uses of ChannelListener in org.jgroups.demos
Classes in org.jgroups.demos that implement ChannelListenerModifier and TypeClassDescriptionclassShared whiteboard, each new instance joins the same group. -
Uses of ChannelListener in org.jgroups.fork
Classes in org.jgroups.fork that implement ChannelListenerModifier and TypeClassDescriptionclassImplementation of a ForkChannel, which is a light-weight channel.