EDMDebug
edm.edom3
Interface EDMDebug
All Superinterfaces:EDMContextDependent
public interface EDMDebug extends EDMContextDependent
Miscellaneous Debug functionality for the JAVA interfaceAuthor:aet
Method Summary
All Methods Instance Methods Abstract MethodsÂ
Modifier and Type Method and Description java.lang.String
fakeEdmiCustom(long lPar, java.lang.String sPar)
Custom debug routine - no defined behaviourvoid
fakeEdmiDelay(long milliseconds)
Fake a time-consuming operation in EDMIvoid
fakeEdmiError(long errcode)
Fake an error in the JNI part of the JAVA interfaceMethods inherited from interface edm.edom3.EDMContextDependent
getContext
Method Detail
fakeEdmiDelay
void fakeEdmiDelay(long milliseconds) throws EdmiException
Fake a time-consuming operation in EDMIParameters: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 interfaceParameters: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 behaviourParameters:lPar - long paramsPar - string paramReturns:a string if applicableThrows:EdmiException - if the method fails