Uses of Enum Class
dev.galasa.cicsts.cicsresource.IJvmserver.PurgeType
Packages that use IJvmserver.PurgeType
-
Uses of IJvmserver.PurgeType in dev.galasa.cicsts.cicsresource
Methods in dev.galasa.cicsts.cicsresource that return IJvmserver.PurgeTypeModifier and TypeMethodDescriptionIJvmserver.disableWithEscalate()
Disable the CICS JVMSERVER resource.IJvmserver.disableWithEscalate
(int stepTimeout) Disable the CICS JVMSERVER resource.static IJvmserver.PurgeType
Returns the enum constant of this class with the specified name.static IJvmserver.PurgeType[]
IJvmserver.PurgeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.galasa.cicsts.cicsresource with parameters of type IJvmserver.PurgeTypeModifier and TypeMethodDescriptionboolean
IJvmserver.disable
(IJvmserver.PurgeType purgeType) Disable the CICS JVMSERVER resource with a specificIJvmserver.PurgeType
boolean
IJvmserver.disable
(IJvmserver.PurgeType purgeType, int timeout) Disable the CICS JVMSERVER resource with a specificIJvmserver.PurgeType
and specified timeout