Package edm.edom3

Interface EDMDebug

    • Method Detail

      • fakeEdmiDelay

        void fakeEdmiDelay​(long milliseconds)
                    throws EdmiException
        Fake a time-consuming operation in EDMI
        Parameters:
        milliseconds - faked duration, limit small < 60000.
        Throws:
        EdmiException - if the method fails
      • fakeEdmiError

        void fakeEdmiError​(long errcode)
                    throws EdmiException
        Fake an error in the JNI part of the JAVA interface
        Parameters:
        errcode - errcode to fake
        Throws:
        EdmiException - containing the errcode
      • fakeEdmiCustom

        java.lang.String fakeEdmiCustom​(long lPar,
                                        java.lang.String sPar)
                                 throws EdmiException
        Custom debug routine - no defined behaviour
        Parameters:
        lPar - long param
        sPar - string param
        Returns:
        a string if applicable
        Throws:
        EdmiException - if the method fails