Package com.microstrategy.webapi
Class ACMSDKHelpers.IServerSessionIdleTimeout
- java.lang.Object
-
- com.microstrategy.webapi.ACMSDKHelpers.IServerSessionIdleTimeout
-
- Enclosing class:
- ACMSDKHelpers
public static class ACMSDKHelpers.IServerSessionIdleTimeout extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IServerSessionIdleTimeout()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getIServerSessionIdleTimeout(IDSSXMLSessionId iSessionId)
getIServerSessionIdleTimeout reads from the IServer the IServer Session Idle Timeout.
-
-
-
Method Detail
-
getIServerSessionIdleTimeout
public static int getIServerSessionIdleTimeout(IDSSXMLSessionId iSessionId) throws MSTRWebAPIException
getIServerSessionIdleTimeout reads from the IServer the IServer Session Idle Timeout. This is the time that the IServer holds on to a session before the IServer invalidates the session. The timeout is a setting.- Parameters:
iSessionId
- A session id of the IServer that will be used to communicate with the IServer- Returns:
- Throws:
MSTRWebAPIException
-
-