Class ACMPreferenceReader<T>


  • public class ACMPreferenceReader<T>
    extends java.lang.Object
    ACMPreferenceReader reads the value from the Preferences on-demand. Once the value is read, it is retained for the remainder of the application. If the value cannot be read a default is used. You may write your own value to it, if you do that value will be used and the value from the Preferences will not be used.
    • Method Detail

      • getIsAliveCheckIntervalMillis

        public static java.lang.Long getIsAliveCheckIntervalMillis()
      • getReuseRestoredSession

        public static java.lang.Boolean getReuseRestoredSession()
      • getRCMCacheTimeout

        public static java.lang.Integer getRCMCacheTimeout()
      • getDIAlternativeSessionRequestTimeout

        public static java.lang.Integer getDIAlternativeSessionRequestTimeout()