MCPcopy Create free account
hub / github.com/apache/tomcat / bind

Method bind

java/org/apache/naming/NamingContext.java:165–168  ·  view source on GitHub ↗
(Name name, Object obj)

Source from the content-addressed store, hash-verified

163
164
165 @Override
166 public void bind(Name name, Object obj) throws NamingException {
167 bind(name, obj, false);
168 }
169
170
171 @Override

Callers 3

rebindMethod · 0.95
renameMethod · 0.95
createSubcontextMethod · 0.95

Calls 10

checkWritableMethod · 0.95
getSuffixMethod · 0.80
getMethod · 0.65
getStringMethod · 0.65
bindMethod · 0.65
putMethod · 0.65
isEmptyMethod · 0.45
sizeMethod · 0.45
rebindMethod · 0.45
getReferenceMethod · 0.45

Tested by

no test coverage detected