com.ibm.cics.server.debug
Interface DebugControl


public interface DebugControl


Method Summary
 void exitDebug()
           
 void startDebug(java.lang.String className, java.lang.String methodName)
           
 void stopDebug(java.lang.String className, java.lang.String methodName)
           
 

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()