com.ibm.cics.server.debug

Interface DebugControl



  • public interface DebugControl
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Copyright
    • Method Detail

      • startDebug

        void startDebug(java.lang.String className,
                        java.lang.String methodName)
        Parameters:
        className - the name of the class
        methodName - the name of the method
      • stopDebug

        void stopDebug(java.lang.String className,
                       java.lang.String methodName)
        Parameters:
        className - the name of the class
        methodName - the name of the method
      • exitDebug

        void exitDebug()