EDMDebug


edm.edom3

Interface EDMDebug


  • All Superinterfaces:EDMContextDependent



    public interface EDMDebug
    extends EDMContextDependent

    Miscellaneous Debug functionality for the JAVA interface

    Author:aet

    • 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 fakeThrows: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 paramsPar - string paramReturns:a string if applicableThrows:EdmiException - if the method fails