Uses of Interface
org.aoju.bus.core.lock.LockHandler
Packages that use LockHandler
-
Uses of LockHandler in org.aoju.bus.core.lock
Methods in org.aoju.bus.core.lock with parameters of type LockHandlerModifier and TypeMethodDescriptionvoidObjWithLock.read(LockHandler<T> readLockHandler) 操作对象,带上读锁voidObjWithLock.write(LockHandler<T> writeLockHandler) 操作对象,带上写锁