MCPcopy Index your code
hub / github.com/apache/tomcat / getLock

Method getLock

java/org/apache/catalina/WebResourceLockSet.java:37–37  ·  view source on GitHub ↗

Obtain a reentrant read/write lock for the resource at the provided path. The resource is not required to exist. Multiple calls to this method with the same path will return the same lock provided that at least one instance of the lock remains in use between the calls. @param path The path for whic

(String path)

Source from the content-addressed store, hash-verified

35 * @return A reentrant read/write lock for the given resource.
36 */
37 ReadWriteLock getLock(String path);
38
39 /**
40 * Lock the resource at the provided path for reading. The resource is not required to exist. Read locks are not

Callers 15

getLockMethod · 0.65
runMethod · 0.65
executeDispatchesMethod · 0.65
upgradeDispatchMethod · 0.65
sendStreamResetMethod · 0.65
writeGoAwayFrameMethod · 0.65
writeHeadersMethod · 0.65
writeBodyMethod · 0.65
writeWindowUpdateMethod · 0.65
processWritesMethod · 0.65
settingsEndMethod · 0.65

Implementers 1

DirResourceSetjava/org/apache/catalina/webresources/

Calls

no outgoing calls

Tested by

no test coverage detected