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

Method rebind

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

Source from the content-addressed store, hash-verified

152
153
154 @Override
155 public void rebind(Name name, Object obj) throws NamingException {
156 getBoundContext().rebind(parseName(name), obj);
157 }
158
159
160 @Override

Callers

nothing calls this directly

Calls 2

getBoundContextMethod · 0.95
parseNameMethod · 0.95

Tested by

no test coverage detected