Uses of Interface
dev.galasa.cicsts.ICicsTerminal
Packages that use ICicsTerminal
Package
Description
CICS/TS Manager
- 
Uses of ICicsTerminal in dev.galasa.cicsts
Methods in dev.galasa.cicsts that return ICicsTerminalMethods in dev.galasa.cicsts with parameters of type ICicsTerminalModifier and TypeMethodDescriptionvoidICeda.createResource(@NotNull ICicsTerminal terminal, @NotNull String resourceType, @NotNull String resourceName, @NotNull String groupName, String resourceParameters) intICeci.defineVariable4BytePacked(@NotNull ICicsTerminal ceciTerminal, @NotNull String name, @javax.validation.constraints.NotNull int value) Define a packed decimal CECI variable (CECI variable type P).intICeci.defineVariable8BytePacked(@NotNull ICicsTerminal ceciTerminal, @NotNull String name, @javax.validation.constraints.NotNull long value) Define a full double word CECI variable (CECI variable type D).intICeci.defineVariableBinary(@NotNull ICicsTerminal ceciTerminal, @NotNull String name, @javax.validation.constraints.NotNull char[] value) Define a CECI binary variable.intICeci.defineVariableDoubleWord(@NotNull ICicsTerminal ceciTerminal, @NotNull String name, @javax.validation.constraints.NotNull long value) Define a double word CECI variable (CECI variable type FD).intICeci.defineVariableFullWord(@NotNull ICicsTerminal ceciTerminal, @NotNull String name, @javax.validation.constraints.NotNull int value) Define a full word CECI variable (CECI variable type F).intICeci.defineVariableHalfWord(@NotNull ICicsTerminal ceciTerminal, @NotNull String name, @javax.validation.constraints.NotNull int value) Define a half word CECI variable (CECI variable type H).intICeci.defineVariableText(@NotNull ICicsTerminal ceciTerminal, @NotNull String name, @NotNull String value) Define a CECI text variable.voidICeci.deleteAllVariables(@NotNull ICicsTerminal ceciTerminal) Delete all variables in this CECI session.voidICeda.deleteGroup(@NotNull ICicsTerminal terminal, @NotNull String groupName) voidICeda.deleteResource(@NotNull ICicsTerminal terminal, @NotNull String resourceType, @NotNull String resourceName, @NotNull String groupName) voidICeci.deleteVariable(@NotNull ICicsTerminal ceciTerminal, @NotNull String name) Delete a single CECI variable.voidICemt.discardResource(@NotNull ICicsTerminal cemtTerminal, @NotNull String resourceType, @NotNull String resourceName) Discards a specified resource and throws an exception if the specified search text is not found on the terminal.ICeci.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.getEIB(@NotNull ICicsTerminal ceciTerminal) Retrieve the content of the current EXEC Interface Block (EIB)ICemt.inquireResource(@NotNull ICicsTerminal cemtTerminal, @NotNull String resourceType, @NotNull String resourceName) Inquire a CEMT resource using the resource type and name.voidICeda.installGroup(@NotNull ICicsTerminal terminal, @NotNull String groupName) voidICeda.installResource(@NotNull ICicsTerminal terminal, @NotNull String resourceType, @NotNull String resourceName, @NotNull String cedaGroup) 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.booleanICemt.performSystemProperty(@NotNull ICicsTerminal cemtTerminal, @NotNull String systemArea, @NotNull String setRequest, @NotNull String expectedResponse) 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.booleanICeda.resourceExists(@NotNull ICicsTerminal terminal, @NotNull String resourceType, @NotNull String resourceName, @NotNull String groupName) intICeci.retrieveVariable4BytePacked(@NotNull ICicsTerminal ceciTerminal, @NotNull String name) Retrieve a packed decimal CECI variable (CECI variable type P).longICeci.retrieveVariable8BytePacked(@NotNull ICicsTerminal ceciTerminal, @NotNull String name) Retrieve a double word CECI variable (CECI variable type D).char[]ICeci.retrieveVariableBinary(@NotNull ICicsTerminal ceciTerminal, @NotNull String name) Retrieve a CECI binary variable.longICeci.retrieveVariableDoubleWord(@NotNull ICicsTerminal ceciTerminal, @NotNull String name) Retrieve a double word CECI variable (CECI variable type FD).intICeci.retrieveVariableFullWord(@NotNull ICicsTerminal ceciTerminal, @NotNull String name) Retrieve a full word CECI variable (CECI variable type F).intICeci.retrieveVariableHalfWord(@NotNull ICicsTerminal ceciTerminal, @NotNull String name) Retrieve a half word CECI variable (CECI variable type H).ICeci.retrieveVariableText(@NotNull ICicsTerminal ceciTerminal, @NotNull String name) Retrieve a CECI text variable.ICemt.setResource(@NotNull ICicsTerminal cemtTerminal, @NotNull String resourceType, String resourceName, @NotNull String action) Set the state of a CEMT resource using the resource type and name.voidICeci.startCECISession(@NotNull ICicsTerminal ceciTerminal) Start a new active CECI session. - 
Uses of ICicsTerminal in dev.galasa.cicsts.cicsresource
Methods in dev.galasa.cicsts.cicsresource with parameters of type ICicsTerminalModifier and TypeMethodDescriptionICicsResource.newCicsBundle(ICicsTerminal cicsTerminal, Class<?> testClass, String name, String group, String bundleDir) Create a CICS BUNDLE resource object without supplying the CICS bundle content, i.e.ICicsResource.newCicsBundle(ICicsTerminal cicsTerminal, Class<?> testClass, String name, String group, String bundlePath, Map<String, String> parameters) Create a CICS BUNDLE resource object supplying the CICS bundle content.ICicsResource.newJvmserver(ICicsTerminal cicsTerminal, String name, String group, IJvmprofile jvmprofile) Create a CICS JVMSERVER resource object using the supplied JVM profileICicsResource.newJvmserver(ICicsTerminal cicsTerminal, String name, String group, String jvmprofileName, IJvmserver.JvmserverType jvmserverType) Create a CICS JVMSERVER resource object using the CICS/Galasa default propertiesICicsResource.newLibertyJvmserver(ICicsTerminal cicsTerminal, String name, String group, IJvmprofile jvmprofile, IZosLibertyServer libertyServer) Create a CICS Liberty JVMSERVER resource object using the supplied JVM profile and Liberty server - 
Uses of ICicsTerminal in dev.galasa.cicsts.spi
Classes in dev.galasa.cicsts.spi that implement ICicsTerminalMethods in dev.galasa.cicsts.spi that return ICicsTerminalModifier and TypeMethodDescriptionICicstsManagerSpi.generateCicsTerminal(String tag) CicsTerminalImpl.resetAndClear()Methods in dev.galasa.cicsts.spi that return types with arguments of type ICicsTerminalMethods in dev.galasa.cicsts.spi with parameters of type ICicsTerminalModifier and TypeMethodDescriptionbooleanICicsRegionLogonProvider.logonToCicsRegion(ICicsTerminal cicsTerminal)  - 
Uses of ICicsTerminal in dev.galasa.sdv
Methods in dev.galasa.sdv with parameters of type ICicsTerminal