Class SessionInfo


  • public class SessionInfo
    extends Object
    A container to represent the current state of a Gateway session.
    • Method Detail

      • getId

        public String getId()
        Return the identifier of the session represented by this SessionInfo.
        Returns:
        the session identifier
      • getSequence

        public int getSequence()
        Return the sequence number of the session represented by this SessionInfo.
        Returns:
        the session sequence
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object