Interface D2SessionEventsListener5

    • Method Detail

      • onKernelStopWarning

        void onKernelStopWarning​(java.util.Date expireAt,
                                 KernelStopWarningType type)
        Called when kernel broadcasts warning, that license is expired and kernel plans shutdown.
        Parameters:
        expireAt - license expiration timestamp
        type - how much is shutdown warning in advance
      • onPasswordExpired

        void onPasswordExpired​(int logonsLeft)
        Kernel warns that current password has expired. Kernel requests its change and will allow logonsLeft number of logons with current password.
        Parameters:
        logonsLeft - number of logons that kernel will allow with current password