Class IncomingServerSessionInfo
java.lang.Object
org.jivesoftware.openfire.session.IncomingServerSessionInfo
- All Implemented Interfaces:
Externalizable
,Serializable
Incoming server session information to be used when running in a cluster. The session information is shared between
cluster nodes and is meant to be used by remote sessions to avoid invocation remote calls and instead use cached
information.
Note that instances of this class typically contain a snapshot of some of the data of a
LocalIncomingServerSession
instance. Updates to that parent instance are not automatically reflected in instances of this class.- Author:
- Guus der Kinderen, guus.der.kinderen@gmail.com
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IncomingServerSessionInfo
public IncomingServerSessionInfo() -
IncomingServerSessionInfo
-
-
Method Details
-
getNodeID
-
getValidatedDomains
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
toString
-