|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IEssCube.IEssCubeLock
The IEssCubeLock interface provides information about the data blocks exclusively locked.
Method Summary | |
---|---|
int |
getCountLockedBlocks() Gets the number of blocks exclusively locked by this user. |
java.lang.String |
getLockedUserName() Gets the name of the user who has locked blocks. |
int |
getMaximumLockedTime() Gets the maximum time (in seconds) that blocks have been exclusively locked. |
void |
removeLocks() Removes all the data block locks held by a user on this cube. |
Method Detail |
---|
java.lang.String getLockedUserName() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occur.int getCountLockedBlocks() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occur.int getMaximumLockedTime() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occur.void removeLocks() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |