Interface IZOSUserProgramEvent
-
- All Known Subinterfaces:
IZOSUserProgramAbendEvent,IZOSUserProgramCompletionEvent
public interface IZOSUserProgramEventTheIZOSUserProgramEventrepresent a z/OS user program event. These events are sent to registered z/OS user program event listeners.- 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 IZOSHostgetHost()Returns the z/OS host associated with this event.StringgetUserProcedureName()Returns the name of the z/OS user procedure associated with this event.StringgetUserProgramName()Returns the name of the z/OS user program associated with this event.
-
-
-
Method Detail
-
getHost
IZOSHost getHost()
Returns the z/OS host associated with this event.- Returns:
- the z/OS host
- Since:
- 1.0.0
-
getUserProcedureName
String getUserProcedureName()
Returns the name of the z/OS user procedure associated with this event.- Returns:
- the z/OS user procedure name
- Since:
- 1.0.0
-
getUserProgramName
String getUserProgramName()
Returns the name of the z/OS user program associated with this event.- Returns:
- the z/OS user program name
- Since:
- 1.0.0
-
-