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

Method rename

java/org/apache/naming/SelectorContext.java:178–181  ·  view source on GitHub ↗
(Name oldName, Name newName)

Source from the content-addressed store, hash-verified

176
177
178 @Override
179 public void rename(Name oldName, Name newName) throws NamingException {
180 getBoundContext().rename(parseName(oldName), parseName(newName));
181 }
182
183
184 @Override

Callers

nothing calls this directly

Calls 2

getBoundContextMethod · 0.95
parseNameMethod · 0.95

Tested by

no test coverage detected