Package dev.galasa.cicsts.spi
Interface ICedaProvider
public interface ICedaProvider
Provides CICS Region related CEDA objects
-
Method Summary
Modifier and TypeMethodDescription@NotNull ICeda
getCeda
(ICicsRegion cicsRegion) Returns a unique instance of the ICemt per CICS region
-
Method Details
-
getCeda
Returns a unique instance of the ICemt per CICS region- Parameters:
cicsRegion
-- Returns:
- ICeda object for this CICS region, will a different instance for different regions
-