|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LockToken
NOT YET STANDARD Describes a lock token.
Nested Class Summary | |
---|---|
static class |
LockToken.Depth
Discrete values for parameter "depth". |
static class |
LockToken.Scope
Discrete values for parameter "lockscope". |
static class |
LockToken.Timeout
Describes the parameter "timeout". |
static class |
LockToken.Type
Discrete values for parameter "locktype". |
Method Summary | |
---|---|
LockToken.Depth |
getDepth()
Get the lock depth |
java.lang.String |
getLockId()
Get the lock ID (an URI in the opaquelocktoken scheme) |
LockToken.Scope |
getLockScope()
Get the lock scope |
LockToken.Type |
getLockType()
Get the lock type |
Principal |
getOwner()
Get the lock owner |
java.lang.String |
getOwnerInfo()
Get the lock owner info |
LockToken.Timeout |
getTimeout()
Get the lock timeout |
boolean |
isActive()
Method isActive |
Method Detail |
---|
java.lang.String getLockId()
LockToken.Scope getLockScope()
LockToken.Depth getDepth()
Principal getOwner()
java.lang.String getOwnerInfo()
LockToken.Timeout getTimeout()
LockToken.Type getLockType()
boolean isActive()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |