Interface IZOSUserProgramAbendEvent
-
- All Superinterfaces:
IZOSUserProgramEvent
public interface IZOSUserProgramAbendEvent extends IZOSUserProgramEvent
TheIZOSUserProgramAbendEvent
is sent when a z/OS user program terminates abnormally.- Since:
- 1.0.0
- Version:
- 2.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 String
getAbendCode()
Returns the abend code of the z/OS user program.String
getReasonCode()
Returns the reason code of the z/OS user program's abend.-
Methods inherited from interface com.compuware.api.topaz.hostconnections.zos.IZOSUserProgramEvent
getHost, getUserProcedureName, getUserProgramName
-
-