Package com.microstrategy.webapi
Class ACMPreferenceReader<T>
- java.lang.Object
 - 
- com.microstrategy.webapi.ACMPreferenceReader<T>
 
 
- 
public class ACMPreferenceReader<T> extends java.lang.ObjectACMPreferenceReaderreads 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 Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.IntegergetDIAlternativeSessionRequestTimeout()static java.lang.LonggetIsAliveCheckIntervalMillis()static java.lang.IntegergetRCMCacheTimeout()static java.lang.BooleangetReuseRestoredSession() 
 - 
 
- 
- 
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()
 
 - 
 
 -