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

Method unbind

java/org/apache/naming/SelectorContext.java:166–169  ·  view source on GitHub ↗
(Name name)

Source from the content-addressed store, hash-verified

164
165
166 @Override
167 public void unbind(Name name) throws NamingException {
168 getBoundContext().unbind(parseName(name));
169 }
170
171
172 @Override

Callers

nothing calls this directly

Calls 3

getBoundContextMethod · 0.95
parseNameMethod · 0.95
unbindMethod · 0.65

Tested by

no test coverage detected