Uses of Interface
org.jivesoftware.openfire.cluster.ClusterEventListener
Packages that use ClusterEventListener
Package
Description
Service discovery implementation (XEP-0030).
IQ class implementations.
Implementation of Multi-User Chat (XEP-0045).
-
Uses of ClusterEventListener in org.jivesoftware.openfire
Classes in org.jivesoftware.openfire that implement ClusterEventListenerModifier and TypeClassDescriptionclass
Manages the sessions associated with an account. -
Uses of ClusterEventListener in org.jivesoftware.openfire.cluster
Classes in org.jivesoftware.openfire.cluster that implement ClusterEventListenerModifier and TypeClassDescriptionclass
Monitors the state of the cluster, and warns admins when nodes leave or rejoin the clusterMethods in org.jivesoftware.openfire.cluster with parameters of type ClusterEventListenerModifier and TypeMethodDescriptionstatic void
ClusterManager.addListener
(ClusterEventListener listener) Registers a listener to receive events.static void
ClusterManager.addListener
(ClusterEventListener listener, int sequence) Registers a listener to receive events, defining the order in which listeners are invoked.static void
ClusterManager.removeListener
(ClusterEventListener listener) Unregisters a listener to receive events. -
Uses of ClusterEventListener in org.jivesoftware.openfire.component
Classes in org.jivesoftware.openfire.component that implement ClusterEventListenerModifier and TypeClassDescriptionclass
Manages the registration and delegation of Components, which includes External Components as well as components that run in the Openfire JVM. -
Uses of ClusterEventListener in org.jivesoftware.openfire.disco
Classes in org.jivesoftware.openfire.disco that implement ClusterEventListenerModifier and TypeClassDescriptionclass
IQDiscoInfoHandler is responsible for handling disco#info requests.class
IQDiscoItemsHandler is responsible for handling disco#items requests. -
Uses of ClusterEventListener in org.jivesoftware.openfire.handler
Classes in org.jivesoftware.openfire.handler that implement ClusterEventListener -
Uses of ClusterEventListener in org.jivesoftware.openfire.muc.spi
Classes in org.jivesoftware.openfire.muc.spi that implement ClusterEventListenerModifier and TypeClassDescriptionclass
Implements the chat server as a cached memory resident chat server. -
Uses of ClusterEventListener in org.jivesoftware.openfire.spi
Classes in org.jivesoftware.openfire.spi that implement ClusterEventListenerModifier and TypeClassDescriptionclass
Routing table that stores routes to client sessions, outgoing server sessions and components.