Uses of Interface
dev.galasa.zos.IZosImage
Package
Description
CICS/TS Manager
Zos3270Terminal Manager
z/OS Batch Manager Batch interface
z/OS Manager File interface
zOS/MF Manager
zOSMF Manager - Internal SPI
zOS Program Manager
zOS Program Manager - Internal SPI
RSE API Manager
RSE API Manager - Internal SPI
Galasa zOS Security Manager
-
Uses of IZosImage in dev.galasa.cicsts
Modifier and TypeMethodDescriptionICicsRegion.getZosImage()
Retrieve the zOS Image the CICS TS region resides on -
Uses of IZosImage in dev.galasa.cicsts.spi
ModifierConstructorDescriptionBaseCicsImpl
(ICicstsManagerSpi cicstsManager, String cicsTag, IZosImage zosImage, String applid, MasType masType) -
Uses of IZosImage in dev.galasa.zos.spi
Modifier and TypeMethodDescription@NotNull IZosImage
Returns a zOS Image for the specified image ID@NotNull IZosImage
IZosManagerSpi.getImageForTag
(@NotNull String tag) Returns a zOS Image for the specified tag@NotNull IZosImage
IZosManagerSpi.getUnmanagedImage
(String imageId) Returns a zOS Image for the specified image that may not have been provisioned so far@NotNull IZosImage
IZosManagerSpi.provisionImageForTag
(@NotNull String tag) Returns a zOS Image for the specified tag, if necessary provisions itModifier and TypeMethodDescription@NotNull String
IZosManagerSpi.getRunDatasetHLQ
(@NotNull IZosImage image) Returns the data set HLQ(s) for temporary data sets for the specified image@NotNull String
IZosManagerSpi.getRunUNIXPathPrefix
(@NotNull IZosImage image) Returns the zOS UNIX path prefix for temporary file for the specified imageIZosManagerSpi.newZosBatchJobname
(IZosImage image) Provides other managers aIZosBatchJobname
with a prefix defined by the zOS Batchzosbatch.jobname.[imageid].prefix
property -
Uses of IZosImage in dev.galasa.zos3270.spi
ModifierConstructorDescriptionZos3270TerminalImpl
(String id, String host, int port, boolean tls, IFramework framework, boolean autoConnect, IZosImage image, int primaryColumns, int primaryRows, int alternateColumns, int alternateRows, ITextScannerManagerSpi textScanner) Deprecated, for removal: This API element is subject to removal in a future version.Zos3270TerminalImpl
(String id, String host, int port, boolean tls, IFramework framework, boolean autoConnect, IZosImage image, ITextScannerManagerSpi textScanner) Deprecated, for removal: This API element is subject to removal in a future version.Zos3270TerminalImpl
(String id, String host, int port, boolean tls, IFramework framework, boolean autoConnect, IZosImage image, TerminalSize primarySize, TerminalSize alternateSize, ITextScannerManagerSpi textScanner) -
Uses of IZosImage in dev.galasa.zosbatch
-
Uses of IZosImage in dev.galasa.zosbatch.spi
Modifier and TypeMethodDescription@NotNull IZosBatch
IZosBatchSpi.getZosBatch
(@NotNull IZosImage image) Returns a zOS Batch instance -
Uses of IZosImage in dev.galasa.zosconsole.spi
Modifier and TypeMethodDescription@NotNull IZosConsole
IZosConsoleSpi.getZosConsole
(IZosImage image) Returns a zOS Console instance -
Uses of IZosImage in dev.galasa.zosfile
Modifier and TypeMethodDescriptionIZosFileHandler.listDatasets
(String prefix, IZosImage image) Return aList
of data set name starting with the supplied prefixIZosFileHandler.newDataset
(String dsname, IZosImage image) Instantiate a newIZosDataset
, which can represent either an existing dataset, or one to be created.IZosFileHandler.newUNIXFile
(String fullFilePath, IZosImage image) Instantiate a newIZosUNIXFile
, which can represent either an existing UNIX file, or directory, or one to be created.IZosFileHandler.newVSAMDataset
(String dsname, IZosImage image) Instantiate a newIZosVSAMDataset
object with the given name. -
Uses of IZosImage in dev.galasa.zosliberty
Modifier and TypeMethodDescriptionIZosLibertyServer.getZosImage()
Get the zOS Image for this Liberty serverModifier and TypeMethodDescriptionIZosLiberty.newZosLibertyServer
(IZosImage zosImage) Create a zOS Liberty server object using the Liberty/Galasa default propertiesIZosLiberty.newZosLibertyServer
(IZosImage zosImage, String wlpInstallDir, String wlpUserDir, String wlpOutputDir) Create a zOS Liberty server object using the Liberty/Galasa default properties -
Uses of IZosImage in dev.galasa.zosliberty.angel.spi
Modifier and TypeMethodDescription@NotNull IZosLibertyAngel
IZosLibertyAngelSpi.newZosLibertyAngel
(@NotNull IZosImage zosImage, @NotNull String angelName) Returns a zOS Liberty Angel instance -
Uses of IZosImage in dev.galasa.zosmf
-
Uses of IZosImage in dev.galasa.zosmf.spi
Modifier and TypeMethodDescriptionReturns a map of zOSMF servers available for use with a z/OS ImageIZosmfManagerSpi.newZosmfRestApiProcessor
(IZosImage image, boolean restrictToImage) Returns aIZosmfRestApiProcessor
for a single image -
Uses of IZosImage in dev.galasa.zosprogram
-
Uses of IZosImage in dev.galasa.zosprogram.spi
Modifier and TypeMethodDescriptionIZosProgramManagerSpi.newZosProgram
(@NotNull IZosImage image, @NotNull String name, @NotNull String source, @NotNull ZosProgram.Language language, boolean cics, String loadlib) Returns a new zOS Program -
Uses of IZosImage in dev.galasa.zosrseapi
-
Uses of IZosImage in dev.galasa.zosrseapi.spi
Modifier and TypeMethodDescriptionIRseapiManagerSpi.getRseapis
(@NotNull IZosImage zosImage) Returns a map of RSE API servers available for use with a z/OS ImageIRseapiManagerSpi.newRseapiRestApiProcessor
(IZosImage image, boolean restrictToImage) Returns aIRseapiRestApiProcessor
for a single image -
Uses of IZosImage in dev.galasa.zossecurity
Modifier and TypeMethodDescriptionIZosCicsClassSet.getZosImage()
Retrieves this zOS image this set belongs toIZosSecurity.getZosImage()
IZosUserid.getZosImage()
Retrieve the zOS image this userid belongs to -
Uses of IZosImage in dev.galasa.zossecurity.spi
Modifier and TypeMethodDescription@NotNull IZosSecurity
IZosSecurityManagerSpi.getZosSecurity
(IZosImage image) Returns a zOS Security instance -
Uses of IZosImage in dev.galasa.zostsocommand.spi
Modifier and TypeMethodDescriptionIZosTSOCommandSpi.getZosTSOCommand
(@NotNull IZosImage image) Returns a zOS TSO Command instance -
Uses of IZosImage in dev.galasa.zosunixcommand.spi
Modifier and TypeMethodDescription@NotNull IZosUNIXCommand
IZosUNIXCommandSpi.getZosUNIXCommand
(IZosImage image) Returns a zOS UNIX Command instance
Zos3270TerminalImpl(String id, String host, int port, boolean tls, IFramework framework, boolean autoConnect, IZosImage image, TerminalSize primarySize, TerminalSize alternateSize, ITextScannerManagerSpi textScanner)
constructor instead.