Interface EPPPooledSession

    • Method Detail

      • getCreatedTime

        long getCreatedTime()
        Gets the time the pooled object was created.
        Returns:
        Epoch time of creation
      • getLastTouched

        long getLastTouched()
        Gets the last time the pooled object was touched.
        Returns:
        Epoch time of touch
      • touch

        void touch()
        Set the last touched to the current time.
      • getAbsoluteTimeout

        long getAbsoluteTimeout()
        Gets the absolute timeout in milliseconds for the session.
        Returns:
        Absolute timeout in milliseconds for the session.