Class ConcurrentLockAspect
java.lang.Object
cn.net.pap.example.proguard.aspect.ConcurrentLockAspect
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaround(org.aspectj.lang.ProceedingJoinPoint joinPoint, ConcurrentLock concurrentLock) static void清理无效锁对象的方法(可选)
-
Constructor Details
-
ConcurrentLockAspect
public ConcurrentLockAspect()
-
-
Method Details
-
around
public Object around(org.aspectj.lang.ProceedingJoinPoint joinPoint, ConcurrentLock concurrentLock) throws Throwable - Throws:
Throwable
-
cleanUnusedLocks
public static void cleanUnusedLocks()清理无效锁对象的方法(可选)
-