Package com.ibm.cics.model
Class CICSReleaseHelper
- java.lang.Object
-
- com.ibm.cics.model.CICSReleaseHelper
-
public class CICSReleaseHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CICSReleaseHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CICSRelease
getCICSReleaseForLevel(java.lang.String cicsTSLevel)
Returns the CICS release for the CICS TS level passed in.
-
-
-
Method Detail
-
getCICSReleaseForLevel
public static CICSRelease getCICSReleaseForLevel(java.lang.String cicsTSLevel)
Returns the CICS release for the CICS TS level passed in. If connecting to a newer release than CICSRelease knows, isConnectAnyCICSRelease() checks for a system property.- Returns:
- If property is set and CICS Release returned null, this function returns the most recent CICS release known. Otherwise the value from CICSRelease.fromVersion. If this is null the connection will fail.
-
-