public class NoopQueueLock extends Object implements QueueLock
Constructor and Description |
---|
NoopQueueLock() |
Modifier and Type | Method and Description |
---|---|
void |
acquireLock() |
void |
close() |
void |
unlock() |
void |
waitForLock() |
public void waitForLock()
waitForLock
in interface QueueLock
public void acquireLock()
acquireLock
in interface QueueLock
public void close()
close
in interface Closeable
close
in interface AutoCloseable
Copyright © 2018. All rights reserved.