Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ bind
Method
bind
java/org/apache/catalina/core/StandardContext.java:760–762 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
758
*/
759
protected
static
final
ThreadBindingListener DEFAULT_NAMING_LISTENER = (
new
ThreadBindingListener() {
760
@Override
761
public
void
bind() {
762
}
763
764
@Override
765
public
void
unbind() {
Callers
1
bindThread
Method · 0.95
Calls
8
getLoader
Method · 0.95
getClassLoader
Method · 0.95
getThreadBindingListener
Method · 0.95
bind
Method · 0.95
handleThrowable
Method · 0.95
error
Method · 0.65
getString
Method · 0.65
getName
Method · 0.65
Tested by
no test coverage detected