There are two ways to access resources. Read and write. As with usual reader/writer pattern, multiple read accesses can co-exist concurrently, but write access requires exclusive access (the number of allowed concurrent write activity is determined by {@link Resource#numConcurrentWrite}. @author Kohsuke Kawaguchi @since 1.121
|
|
|
|
|
|