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 TypeMethodDescriptionvoidICicsBundle.build()Build the complete JVM server including the profile zOS UNIX file and the CICS resource definition.voidICicsBundle.buildInstallResourceDefinition()Build and install the CICS BUNDLE resource definitionvoidICicsBundle.buildResourceDefinition()Build the CICS BUNDLE resource definition onlyvoidICicsBundle.delete()Delete the CICS BUNDLE resource including it's zOS UNIX files and directories.voidICicsBundle.deploy()Deploy the CICS BUNDLE to the zOS UNIX file systembooleanICicsBundle.disable()Disable the CICS BUNDLE resourcevoidICicsBundle.disableDiscardDelete()Disable and discard the CICS BUNDLE resource and delete the resource definition.booleanICicsBundle.disableDiscardInstall()Disable and discard the CICS BUNDLE resource and re-install.booleanICicsBundle.disableDiscardInstall(int timeout) Disable and discard the CICS BUNDLE resource and re-install.voidICicsBundle.discard()Discard the CICS BUNDLE resource.voidICicsBundle.enable()Enable the CICS BUNDLE resourcevoidICicsBundle.installResourceDefinition()Install the CICS BUNDLE resource definitionbooleanICicsBundle.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.booleanICicsBundle.resourceDefined()Check if the CICS BUNDLE resource definition exist via CEDA DISPLAYbooleanICicsBundle.resourceInstalled()Check if the CICS BUNDLE resource has been installed via CEMT INQUIREbooleanICicsBundle.waitForDisable()Wait for the CICS BUNDLE resource to be disabled.booleanICicsBundle.waitForDisable(int timeout) Wait for the CICS BUNDLE resource to be disabled with specified timeout.booleanICicsBundle.waitForEnable()Wait for the CICS BUNDLE resource to be enabled.booleanICicsBundle.waitForEnable(int timeout) Wait for the CICS BUNDLE resource to be enabled with specified timeout.