|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IEssOlapRequest is a olap request. This can be used to display information about, or terminate, sessions and requests. A session is the time between login and logout for a user connected to Essbase olap server. A request is a query sent to Essbase OLAP server by a user or by another process; for example, starting an application, or restructuring a database outline. Each session can process only one request at a time; therefore, sessions and requests have a one-to-one relationship.
Method Summary | |
java.lang.String |
getCubeName()
Gets the active cube (if any) name, for the session or request. |
java.lang.String |
getOlapApplicationName()
Gets the active olap application (if any) name, for the session or request. |
short |
getRequestCode()
Gets the request code (a positive integer representing an active session. |
java.lang.String |
getRequestSource()
Gets the machine name from which the request is being made. |
short |
getRequestState()
Gets the request state (i.e state of the current session or request: whether it is processing, terminating, or terminated). |
java.lang.String |
getRequestString()
Gets the request string (a string representing the type of request. |
int |
getRequestTime()
Gets the request time (i.e how long the session or request has been in progress - in seconds). |
java.lang.String |
getUserName()
Gets the name of the requesting user. |
void |
kill()
Terminates this sessions or request. |
Method Detail |
public java.lang.String getUserName() throws EssException
EssException
- if an error occurs.public java.lang.String getRequestSource() throws EssException
EssException
- if an error occurs.public java.lang.String getOlapApplicationName() throws EssException
EssException
- if an error occurs.public java.lang.String getCubeName() throws EssException
EssException
- if an error occurs.public short getRequestCode() throws EssException
EssException
- if an error occurs.public java.lang.String getRequestString() throws EssException
EssException
- if an error occurs.public int getRequestTime() throws EssException
EssException
- if an error occurs.public short getRequestState() throws EssException
EssException
- if an error occurs.public void kill() throws EssException
EssException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |