Interface IZOSUserProgramCompletionEvent
-
- All Superinterfaces:
IZOSUserProgramEvent
public interface IZOSUserProgramCompletionEvent extends IZOSUserProgramEvent
TheIZOSUserProgramCompletionEvent
represents an event that is sent when a z/OS user program completes normally.- Since:
- 2.0.0
- Version:
- 1.0.0
- Restriction:
- This interface is not intended to be extended by clients.
- Restriction:
- This interface is not intended to be implemented by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCompletionCode()
Returns the completion code of the z/OS user program.-
Methods inherited from interface com.compuware.api.topaz.hostconnections.zos.IZOSUserProgramEvent
getHost, getUserProcedureName, getUserProgramName
-
-