Package com.microstrategy.webapi.acm
Class ACMTimeToLive.RealSessionTTL
- java.lang.Object
-
- com.microstrategy.webapi.acm.ACMTimeToLive
-
- com.microstrategy.webapi.acm.ACMTimeToLive.RealSessionTTL
-
- Enclosing class:
- ACMTimeToLive
public static class ACMTimeToLive.RealSessionTTL extends ACMTimeToLive
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.microstrategy.webapi.acm.ACMTimeToLive
ACMTimeToLive.MasterSessionTTL, ACMTimeToLive.RealSessionTTL
-
-
Field Summary
-
Fields inherited from class com.microstrategy.webapi.acm.ACMTimeToLive
mIdleTimeout, mLock, mTtl, mTtlSecsSinceMidnight
-
-
Constructor Summary
Constructors Constructor Description RealSessionTTL(ACMTimeToLive.MasterSessionTTL iMasterSessionTTL)
RealSessionTTL(java.util.Calendar iNow, int iIdleTimeout)
-
Method Summary
-
Methods inherited from class com.microstrategy.webapi.acm.ACMTimeToLive
extendTtlByIdleTimeout, extendTtlByIdleTimeout, getIdleTimeout, getSecsSinceMidnight, getTtl, isExpired, setTtl
-
-
-
-
Constructor Detail
-
RealSessionTTL
public RealSessionTTL(java.util.Calendar iNow, int iIdleTimeout)
-
RealSessionTTL
public RealSessionTTL(ACMTimeToLive.MasterSessionTTL iMasterSessionTTL)
-
-