Class RecoveryDriver


  • public class RecoveryDriver
    extends java.lang.Object
    • Constructor Detail

      • RecoveryDriver

        public RecoveryDriver​(int port)
      • RecoveryDriver

        public RecoveryDriver​(int port,
                              java.lang.String hostName)
      • RecoveryDriver

        public RecoveryDriver​(int port,
                              java.lang.String hostName,
                              int timeout)
    • Method Detail

      • isScan

        public static boolean isScan​(java.lang.String request)
      • isAsyncScan

        public static boolean isAsyncScan​(java.lang.String request)
      • isVerboseScan

        public static boolean isVerboseScan​(java.lang.String request)
      • synchronousScan

        public final boolean synchronousScan()
                                      throws java.net.UnknownHostException,
                                             java.net.SocketException,
                                             java.io.IOException
        Throws:
        java.net.UnknownHostException
        java.net.SocketException
        java.io.IOException
      • synchronousVerboseScan

        public final boolean synchronousVerboseScan()
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • synchronousScan

        public final boolean synchronousScan​(int timeout,
                                             int retry)
                                      throws java.net.UnknownHostException,
                                             java.net.SocketException,
                                             java.io.IOException
        Throws:
        java.net.UnknownHostException
        java.net.SocketException
        java.io.IOException
      • synchronousVerboseScan

        public final boolean synchronousVerboseScan​(int timeout,
                                                    int retry)
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • asynchronousScan

        public final boolean asynchronousScan()
                                       throws java.net.UnknownHostException,
                                              java.net.SocketException,
                                              java.io.IOException
        Throws:
        java.net.UnknownHostException
        java.net.SocketException
        java.io.IOException
      • asynchronousVerboseScan

        public final boolean asynchronousVerboseScan()
                                              throws java.io.IOException
        Throws:
        java.io.IOException