Interface GridClientBeforeNodeStart

    • Method Detail

      • id

        UUID id()
        Gets a unique client identifier. This identifier is generated by factory on client creation and used in identification and authentication procedure on server node.
        Returns:
        Generated client id.
      • connected

        boolean connected()
        Indicates whether client is connected to remote Grid. In other words it allow to determine if client is able to communicate with Grid right now. It can be used only fo diagnostic and monitoring purposes.
        Returns:
        Whether client is connected to remote Grid.
      • checkLastError

        GridClientException checkLastError()
        Checking for an error.
        Returns:
        Exception if client was not connected.