Uses of Class
dev.galasa.cicsts.CedaException
-
Uses of CedaException in dev.galasa.cicsts
Modifier and TypeMethodDescriptionvoid
ICeda.createResource
(@NotNull ICicsTerminal terminal, @NotNull String resourceType, @NotNull String resourceName, @NotNull String groupName, String resourceParameters) 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
ICeda.installGroup
(@NotNull ICicsTerminal terminal, @NotNull String groupName) void
ICeda.installResource
(@NotNull ICicsTerminal terminal, @NotNull String resourceType, @NotNull String resourceName, @NotNull String cedaGroup) boolean
ICeda.resourceExists
(@NotNull ICicsTerminal terminal, @NotNull String resourceType, @NotNull String resourceName, @NotNull String groupName)