Class CICSReleaseHelper


  • public class CICSReleaseHelper
    extends java.lang.Object
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CICSReleaseHelper

        public CICSReleaseHelper()
    • 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.