net.sf.farrago.util
Class FarragoDdlLockManager
java.lang.Object
net.sf.farrago.util.FarragoDdlLockManager
public class FarragoDdlLockManager
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
objectsInUse
private final ConcurrentHashMap<Object,Set<String>> objectsInUse
FarragoDdlLockManager
public FarragoDdlLockManager()
addObjectsInUse
public void addObjectsInUse(Object context,
Set<String> mofIds)
removeObjectsInUse
public void removeObjectsInUse(Object context)
isObjectInUse
public boolean isObjectInUse(String mofId)