Uses of Class
dev.galasa.cicsts.cicsresource.CicsBundleResourceException
Packages that use CicsBundleResourceException
-
Uses of CicsBundleResourceException in dev.galasa.cicsts.cicsresource
Methods in dev.galasa.cicsts.cicsresource that throw CicsBundleResourceExceptionModifier and TypeMethodDescriptionvoid
ICicsBundle.build()
Build the complete JVM server including the profile zOS UNIX file and the CICS resource definition.void
ICicsBundle.buildInstallResourceDefinition()
Build and install the CICS BUNDLE resource definitionvoid
ICicsBundle.buildResourceDefinition()
Build the CICS BUNDLE resource definition onlyvoid
ICicsBundle.delete()
Delete the CICS BUNDLE resource including it's zOS UNIX files and directories.void
ICicsBundle.deploy()
Deploy the CICS BUNDLE to the zOS UNIX file systemboolean
ICicsBundle.disable()
Disable the CICS BUNDLE resourcevoid
ICicsBundle.disableDiscardDelete()
Disable and discard the CICS BUNDLE resource and delete the resource definition.boolean
ICicsBundle.disableDiscardInstall()
Disable and discard the CICS BUNDLE resource and re-install.boolean
ICicsBundle.disableDiscardInstall
(int timeout) Disable and discard the CICS BUNDLE resource and re-install.void
ICicsBundle.discard()
Discard the CICS BUNDLE resource.void
ICicsBundle.enable()
Enable the CICS BUNDLE resourcevoid
ICicsBundle.installResourceDefinition()
Install the CICS BUNDLE resource definitionboolean
ICicsBundle.isEnabled()
Returns whether the CICS BUNDLE resource is currently enabledICicsResource.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.boolean
ICicsBundle.resourceDefined()
Check if the CICS BUNDLE resource definition exist via CEDA DISPLAYboolean
ICicsBundle.resourceInstalled()
Check if the CICS BUNDLE resource has been installed via CEMT INQUIREboolean
ICicsBundle.waitForDisable()
Wait for the CICS BUNDLE resource to be disabled.boolean
ICicsBundle.waitForDisable
(int timeout) Wait for the CICS BUNDLE resource to be disabled with specified timeout.boolean
ICicsBundle.waitForEnable()
Wait for the CICS BUNDLE resource to be enabled.boolean
ICicsBundle.waitForEnable
(int timeout) Wait for the CICS BUNDLE resource to be enabled with specified timeout.