Uses of Interface
org.jgroups.StateListener
-
Packages that use StateListener 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.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.protocols.relay org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of StateListener in org.jgroups
Subinterfaces of StateListener in org.jgroups Modifier and Type Interface Description interface
MessageListener
MessageListener allows a listener to be notified when aMessage
or a state transfer events arrives to a node.interface
Receiver
Defines the callbacks that are invoked when messages, views etc are received on a channelClasses in org.jgroups that implement StateListener Modifier and Type Class Description class
ReceiverAdapter
An adapter implementing the Receiver interface with no-op implementations. -
Uses of StateListener in org.jgroups.blocks
Classes in org.jgroups.blocks that implement StateListener Modifier and Type Class Description class
ReplicatedHashMap<K,V>
Implementation of aConcurrentMap
with replication of the contents across a cluster.class
ReplicatedTree
A tree-like structure that is replicated across several members.Fields in org.jgroups.blocks declared as StateListener Modifier and Type Field Description protected StateListener
MessageDispatcher. state_listener
Methods in org.jgroups.blocks with parameters of type StateListener Modifier and Type Method Description <X extends MessageDispatcher>
XMessageDispatcher. setStateListener(StateListener sl)
-
Uses of StateListener in org.jgroups.demos
Classes in org.jgroups.demos that implement StateListener Modifier and Type Class Description class
Chat
class
Draw
Shared whiteboard, each new instance joins the same group.class
QuoteServer
Example of a replicated quote server.class
RelayDemo
Demos RELAY.class
RelayDemoRpc
Demos RELAY.class
ViewDemo
Demos the reception of views using a PullPushAdapter. -
Uses of StateListener in org.jgroups.protocols
Classes in org.jgroups.protocols that implement StateListener Modifier and Type Class Description protected class
RELAY.Receiver
Deprecated. -
Uses of StateListener in org.jgroups.protocols.relay
Classes in org.jgroups.protocols.relay that implement StateListener Modifier and Type Class Description protected class
Relayer.Bridge
-
Uses of StateListener in org.jgroups.util
Classes in org.jgroups.util that implement StateListener Modifier and Type Class Description class
MyReceiver<T>
Generic receiver for a JChannel
-