Uses of Interface
org.jivesoftware.openfire.session.RemoteSessionLocator
-
Packages that use RemoteSessionLocator Package Description org.jivesoftware.openfire org.jivesoftware.openfire.session -
-
Uses of RemoteSessionLocator in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return RemoteSessionLocator Modifier and Type Method Description RemoteSessionLocatorXMPPServer. getRemoteSessionLocator()Returns the locator to use to find sessions hosted in other cluster nodes.Methods in org.jivesoftware.openfire with parameters of type RemoteSessionLocator Modifier and Type Method Description voidXMPPServer. setRemoteSessionLocator(RemoteSessionLocator remoteSessionLocator)Sets the locator to use to find sessions hosted in other cluster nodes. -
Uses of RemoteSessionLocator in org.jivesoftware.openfire.session
Classes in org.jivesoftware.openfire.session that implement RemoteSessionLocator Modifier and Type Class Description classRemoteSessionLocatorImplLocator of sessions that know how to talk to Hazelcast cluster nodes.
-