Class MutexService<K>

    • Field Detail

      • mutexMap

        protected final java.util.Map<K,​java.lang.Object> mutexMap
    • Constructor Detail

      • MutexService

        public MutexService()
    • Method Detail

      • init

        protected void init()
                     throws java.lang.Exception
        Specified by:
        init in class InitializeObject
        Throws:
        java.lang.Exception
      • getMutex

        public java.lang.Object getMutex​(K key)