Class NeoLock


  • public class NeoLock
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NeoLock​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void acquire​(Asyncc.IAsyncCallback<org.ores.async.Unlock,java.lang.Object> cb)  
      org.ores.async.Unlock makeUnlock​(boolean isImmediate)  
      • Methods inherited from class java.lang.Object

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

      • NeoLock

        public NeoLock​(java.lang.String name)
    • Method Detail

      • makeUnlock

        public org.ores.async.Unlock makeUnlock​(boolean isImmediate)