|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface describing lock information.
| Method Summary | |
java.lang.String |
getClientSuppliedOwner()
Get client supplied owner for the lock. |
java.util.Date |
getCreationDate()
Get creation date. |
LockDepthType |
getDepth()
Get lock depth. |
java.util.Date |
getExpirationDate()
Get lock expiration timestamp. |
LockKindType |
getKind()
Get lock kind. |
java.lang.String |
getLockToken()
Get lock token. |
java.lang.String |
getOwner()
Get user id of lock owner. |
IRid |
getRid()
Get resource id this lock info is valid for. |
LockScopeType |
getScope()
Get lock scope. |
long |
getTimeout()
Get lock timeout in milliseconds. |
long |
getTimeRemaining()
Get time remaining until lock expires. |
| Method Detail |
public java.lang.String getLockToken()
public IRid getRid()
public LockDepthType getDepth()
LockDepthType of lockpublic LockScopeType getScope()
LockScopeType of lockpublic LockKindType getKind()
LockKindType of lockpublic java.util.Date getCreationDate()
public java.util.Date getExpirationDate()
public long getTimeRemaining()
-1 for
"infinite").public long getTimeout()
public java.lang.String getOwner()
public java.lang.String getClientSuppliedOwner()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||