Class DiskAccessControllerInstance.groupSemaphore.mutableInteger

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int i  
      private boolean released  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected mutableInteger​(int _i)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected int getValue()  
      protected void release()  
      protected void reserve()  
      protected void setValue​(int _i)  
      • Methods inherited from class java.lang.Object

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

      • i

        private int i
      • released

        private boolean released
    • Constructor Detail

      • mutableInteger

        protected mutableInteger​(int _i)
    • Method Detail

      • getValue

        protected int getValue()
      • setValue

        protected void setValue​(int _i)
      • release

        protected void release()
      • reserve

        protected void reserve()