public interface WriteLockSupport<T>
void
releaseWriteLock(T resource)
tryWriteLock(T resource, long milliseconds)
writeLock(T resource)
void writeLock(T resource)
void tryWriteLock(T resource, long milliseconds) throws java.lang.InterruptedException
java.lang.InterruptedException
void releaseWriteLock(T resource)
Copyright © 1997, 2014, Oracle. All rights reserved.