Class LockUtils
java.lang.Object
org.apache.dubbo.config.spring.util.LockUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectgetSingletonMutex(org.springframework.context.ApplicationContext applicationContext) Get the mutex to lock the singleton in the specifiedApplicationContext
-
Constructor Details
-
LockUtils
public LockUtils()
-
-
Method Details
-
getSingletonMutex
public static Object getSingletonMutex(org.springframework.context.ApplicationContext applicationContext) Get the mutex to lock the singleton in the specifiedApplicationContext
-