Class ACMSessionBundle


  • public class ACMSessionBundle
    extends java.lang.Object
    ACMSessionBundle marries the ClusterInfo (information about an IServer) with the Time-to-live of the current connection. The ClusterInfo is needed when closing the connection. The Ttl is needed to know when to close the session
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object iThat)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        hash hashes ONLY the Session Id proper. It does not hash the augmented parts. That's because the real Session Id does not include the augmented parts. The augmented parts are superfluous
        Overrides:
        hashCode in class java.lang.Object