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

Method bind

java/org/apache/naming/SelectorContext.java:142–145  ·  view source on GitHub ↗
(Name name, Object obj)

Source from the content-addressed store, hash-verified

140
141
142 @Override
143 public void bind(Name name, Object obj) throws NamingException {
144 getBoundContext().bind(parseName(name), obj);
145 }
146
147
148 @Override

Callers

nothing calls this directly

Calls 3

getBoundContextMethod · 0.95
parseNameMethod · 0.95
bindMethod · 0.65

Tested by

no test coverage detected