Uses of Interface
dev.galasa.cicsts.ICicsTerminal
Package
Description
CICS/TS Manager
-
Uses of ICicsTerminal in dev.galasa.cicsts
Modifier and TypeMethodDescriptionvoid
ICeda.createResource
(@NotNull ICicsTerminal terminal, @NotNull String resourceType, @NotNull String resourceName, @NotNull String groupName, String resourceParameters) int
ICeci.defineVariable4BytePacked
(@NotNull ICicsTerminal ceciTerminal, @NotNull String name, @javax.validation.constraints.NotNull int value) Define a packed decimal CECI variable (CECI variable type P).int
ICeci.defineVariable8BytePacked
(@NotNull ICicsTerminal ceciTerminal, @NotNull String name, @javax.validation.constraints.NotNull long value) Define a full double word CECI variable (CECI variable type D).int
ICeci.defineVariableBinary
(@NotNull ICicsTerminal ceciTerminal, @NotNull String name, @javax.validation.constraints.NotNull char[] value) Define a CECI binary variable.int
ICeci.defineVariableDoubleWord
(@NotNull ICicsTerminal ceciTerminal, @NotNull String name, @javax.validation.constraints.NotNull long value) Define a double word CECI variable (CECI variable type FD).int
ICeci.defineVariableFullWord
(@NotNull ICicsTerminal ceciTerminal, @NotNull String name, @javax.validation.constraints.NotNull int value) Define a full word CECI variable (CECI variable type F).int
ICeci.defineVariableHalfWord
(@NotNull ICicsTerminal ceciTerminal, @NotNull String name, @javax.validation.constraints.NotNull int value) Define a half word CECI variable (CECI variable type H).int
ICeci.defineVariableText
(@NotNull ICicsTerminal ceciTerminal, @NotNull String name, @NotNull String value) Define a CECI text variable.void
ICeci.deleteAllVariables
(@NotNull ICicsTerminal ceciTerminal) Delete all variables in this CECI session.void
ICeda.deleteGroup
(@NotNull ICicsTerminal terminal, @NotNull String groupName) void
ICeda.deleteResource
(@NotNull ICicsTerminal terminal, @NotNull String resourceType, @NotNull String resourceName, @NotNull String groupName) void
ICeci.deleteVariable
(@NotNull ICicsTerminal ceciTerminal, @NotNull String name) Delete a single CECI variable.void
ICemt.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.void
ICeda.installGroup
(@NotNull ICicsTerminal terminal, @NotNull String groupName) void
ICeda.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.boolean
ICemt.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.boolean
ICeda.resourceExists
(@NotNull ICicsTerminal terminal, @NotNull String resourceType, @NotNull String resourceName, @NotNull String groupName) int
ICeci.retrieveVariable4BytePacked
(@NotNull ICicsTerminal ceciTerminal, @NotNull String name) Retrieve a packed decimal CECI variable (CECI variable type P).long
ICeci.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.long
ICeci.retrieveVariableDoubleWord
(@NotNull ICicsTerminal ceciTerminal, @NotNull String name) Retrieve a double word CECI variable (CECI variable type FD).int
ICeci.retrieveVariableFullWord
(@NotNull ICicsTerminal ceciTerminal, @NotNull String name) Retrieve a full word CECI variable (CECI variable type F).int
ICeci.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.void
ICeci.startCECISession
(@NotNull ICicsTerminal ceciTerminal) Start a new active CECI session. -
Uses of ICicsTerminal in dev.galasa.cicsts.cicsresource
Modifier 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
Modifier and TypeMethodDescriptionICicstsManagerSpi.generateCicsTerminal
(String tag) CicsTerminalImpl.resetAndClear()
Modifier and TypeMethodDescriptionboolean
ICicsRegionLogonProvider.logonToCicsRegion
(ICicsTerminal cicsTerminal) -
Uses of ICicsTerminal in dev.galasa.sdv