Class IncomingServerSessionInfo

  • All Implemented Interfaces:
    Externalizable, Serializable

    public class IncomingServerSessionInfo
    extends Object
    implements Externalizable
    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:
    Serialized Form