com.ibm.cics.server.debug
Interface DebugControl
-
public interface DebugControl
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringCOPYRIGHTCopyright
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidexitDebug()voidstartDebug(java.lang.String className, java.lang.String methodName)voidstopDebug(java.lang.String className, java.lang.String methodName)
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
Copyright- See Also:
- Constant Field Values
-
-
Method Detail
-
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()
-
-