|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.lang.String getLockedUserName() throws EssException
EssException
- if an error occur.public int getCountLockedBlocks() throws EssException
EssException
- if an error occur.public int getMaximumLockedTime() throws EssException
EssException
- if an error occur.public void removeLocks() throws EssException
EssException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |