Class AbstractLockStrategy

    • Constructor Detail

      • AbstractLockStrategy

        protected AbstractLockStrategy()
      • AbstractLockStrategy

        protected AbstractLockStrategy​(boolean debugLocking)
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: LockStrategy
        Returns the name of the strategy
        Specified by:
        getName in interface LockStrategy
        Returns:
        the name of the strategy
      • setName

        public void setName​(java.lang.String name)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • isDebugLocking

        public boolean isDebugLocking()