| Package | Description |
|---|---|
| com.helger.photon.basic.security.lock |
| Modifier and Type | Class and Description |
|---|---|
class |
LockInfo
Default implementation of the
ILockInfo interface. |
| Modifier and Type | Method and Description |
|---|---|
ILockInfo |
ILockManager.getLockInfo(IDTYPE aObjID)
Get the lock information of the given object.
|
ILockInfo |
DefaultLockManager.getLockInfo(IDTYPE aObjID) |
ILockInfo |
ObjectLockManager.getLockInfo(String sObjID) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ILockInfo> |
ObjectLockManager.getAllLockInfos() |
Map<IDTYPE,ILockInfo> |
ILockManager.getAllLockInfos() |
Map<IDTYPE,ILockInfo> |
DefaultLockManager.getAllLockInfos() |
Copyright © 2014–2015 Philip Helger. All rights reserved.