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)
|
startDebug
void startDebug(java.lang.String className,
java.lang.String methodName)
- Parameters:
className
- the name of the classmethodName
- the name of the method
stopDebug
void stopDebug(java.lang.String className,
java.lang.String methodName)
- Parameters:
className
- the name of the classmethodName
- the name of the method
exitDebug
void exitDebug()