public static interface IEssCube.IEssCubeLock extends IEssBaseObject
Modifier and Type | Method and Description |
---|---|
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.
|
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.