Uses of Interface
dev.galasa.cicsts.ICeciResponse
-
Uses of ICeciResponse in dev.galasa.cicsts
Modifier and TypeMethodDescriptionICeciResponse.checkAbended
(String abendCode) Throws an exception if the CECI response has not abended with the supplied codeICeciResponse.checkNormal()
Throws an exception if the CECI response is not "NORMAL"ICeciResponse.checkNotAbended()
Throws an exception if the CECI response is an abendICeci.getContainer
(@NotNull ICicsTerminal ceciTerminal, @NotNull String channelName, @NotNull String containerName, @NotNull String variableName, String intoCcsid, String intoCodepage) Gets the data in a CONTAINER with an associated CHANNEL into a CECI variable.ICeci.issueCommand
(@NotNull ICicsTerminal ceciTerminal, @NotNull String command) Issue a CECI command.ICeci.issueCommand
(@NotNull ICicsTerminal ceciTerminal, @NotNull String command, boolean parseOutput) Issue a CECI command.ICeci.issueCommand
(@NotNull ICicsTerminal ceciTerminal, @NotNull String command, HashMap<String, Object> options) Issue a CECI command.ICeci.issueCommand
(@NotNull ICicsTerminal ceciTerminal, @NotNull String command, HashMap<String, Object> options, boolean parseOutput) Issue a CECI command.ICeci.linkProgram
(@NotNull ICicsTerminal ceciTerminal, @NotNull String programName, String commarea, String sysid, String transid, boolean synconreturn) EXEC CICS LINK to a PROGRAM.ICeci.linkProgramWithChannel
(@NotNull ICicsTerminal ceciTerminal, @NotNull String programName, @NotNull String channelName, String sysid, String transid, boolean synconreturn) EXEC CICS LINK to a PROGRAM with a CHANNEL.ICeci.putContainer
(@NotNull ICicsTerminal ceciTerminal, @NotNull String channelName, @NotNull String containerName, @NotNull String content, String dataType, String fromCcsid, String fromCodepage) Puts data in a CONTAINER with an associated CHANNEL.