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.


Method Summary
 java.lang.String getUserName()
          Gets the signed on user name.
 

Method Detail

getUserName

public java.lang.String getUserName()
                             throws EssException
Gets the signed on user name.

Returns:
The signed on user name.
Throws:
EssException - if an error occurs.