Skip navigation links
com.essbase.api.session
Interface IEssSession
- All Superinterfaces:
- IEssBaseObject
-
public interface IEssSession
- extends IEssBaseObject
The IEssSession contains information about a signed on user session in EDS server.
- Version:
- 1.0, 04/04/2001
- Author:
- Srini Ranga
Method Summary |
java.lang.String |
getUserName()
Gets the signed on user name. |
getUserName
java.lang.String getUserName()
throws com.essbase.api.base.EssException
- Gets the signed on user name.
-
- Returns:
- The signed on user name.
- Throws:
com.essbase.api.base.EssException
- if an error occurs.
Skip navigation links