Class BaseLockManager.LockDescription

  • Enclosing class:
    BaseLockManager

    protected static class BaseLockManager.LockDescription
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String lockKey  
      protected int lockType  
    • Constructor Summary

      Constructors 
      Constructor Description
      LockDescription​(int lockType, java.lang.String lockKey)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()  
      int getType()  
      void set​(int lockType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • lockType

        protected int lockType
      • lockKey

        protected java.lang.String lockKey
    • Constructor Detail

      • LockDescription

        public LockDescription​(int lockType,
                               java.lang.String lockKey)
    • Method Detail

      • set

        public void set​(int lockType)
      • getType

        public int getType()
      • getKey

        public java.lang.String getKey()