Interface GracefulDisconnectResponse

    • Field Detail

      • EXTENSION_OID

        static final String EXTENSION_OID
        The OID for the graceful disconnect extended operation response.
        See Also:
        Constant Field Values
    • Method Detail

      • getDelay

        int getDelay()
        Gets the delay before disconnection, in seconds.
        Returns:
        the delay before disconnection
      • setDelay

        void setDelay​(int delay)
        Sets the delay before disconnection, in seconds.
        Parameters:
        delay - the new delay before disconnection
      • getTimeOffline

        int getTimeOffline()
        Gets the offline time after disconnection, in minutes.
        Returns:
        the offline time after disconnection
      • setTimeOffline

        void setTimeOffline​(int timeOffline)
        Sets the time offline after disconnection, in minutes.
        Parameters:
        timeOffline - the new time offline after disconnection
      • getReplicatedContexts

        Referral getReplicatedContexts()
        Gets the replicated contexts.
        Returns:
        the replicated contexts
      • addReplicatedContexts

        void addReplicatedContexts​(String replicatedContext)
        Add a new URL of a replicated server
        Parameters:
        replicatedContext - The replicated server to add.