Uses of Interface
org.jivesoftware.openfire.cluster.ClusterEventListener
-
Packages that use ClusterEventListener Package Description org.jivesoftware.openfire org.jivesoftware.openfire.cluster org.jivesoftware.openfire.component org.jivesoftware.openfire.disco Service discovery implementation (XEP-0030).org.jivesoftware.openfire.handler IQ class implementations.org.jivesoftware.openfire.muc.spi Implementation of Multi-User Chat (XEP-0045).org.jivesoftware.openfire.spi -
-
Uses of ClusterEventListener in org.jivesoftware.openfire
Classes in org.jivesoftware.openfire that implement ClusterEventListener Modifier and Type Class Description class
SessionManager
Manages the sessions associated with an account. -
Uses of ClusterEventListener in org.jivesoftware.openfire.cluster
Classes in org.jivesoftware.openfire.cluster that implement ClusterEventListener Modifier and Type Class Description class
ClusterMonitor
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 ClusterEventListener Modifier and Type Method Description static 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 ClusterEventListener Modifier and Type Class Description class
InternalComponentManager
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 ClusterEventListener Modifier and Type Class Description class
IQDiscoInfoHandler
IQDiscoInfoHandler is responsible for handling disco#info requests.class
IQDiscoItemsHandler
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 Modifier and Type Class Description class
PresenceUpdateHandler
Implements the presence protocol. -
Uses of ClusterEventListener in org.jivesoftware.openfire.muc.spi
Classes in org.jivesoftware.openfire.muc.spi that implement ClusterEventListener Modifier and Type Class Description class
MultiUserChatServiceImpl
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 ClusterEventListener Modifier and Type Class Description class
RoutingTableImpl
Routing table that stores routes to client sessions, outgoing server sessions and components.
-