Uses of Interface
org.jivesoftware.openfire.session.ComponentSession
Packages that use ComponentSession
-
Uses of ComponentSession in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return ComponentSessionModifier and TypeMethodDescriptionSessionManager.getComponentSession(String domain) Returns the session of the component whose domain matches the specified domain.Methods in org.jivesoftware.openfire that return types with arguments of type ComponentSessionModifier and TypeMethodDescriptionSessionManager.getComponentSessions()Returns a collection with the established sessions from external components. -
Uses of ComponentSession in org.jivesoftware.openfire.session
Classes in org.jivesoftware.openfire.session that implement ComponentSessionModifier and TypeClassDescriptionclassRepresents a session between the server and a component.classSurrogate for sessions of external components hosted in some remote cluster node.Methods in org.jivesoftware.openfire.session that return ComponentSessionModifier and TypeMethodDescriptionRemoteSessionLocator.getComponentSession(byte[] nodeID, org.xmpp.packet.JID address) Returns a session surrogate of a component session hosted by a remote cluster node.RemoteSessionLocatorImpl.getComponentSession(byte[] nodeID, org.xmpp.packet.JID address)