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

Method rebind

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

Source from the content-addressed store, hash-verified

175
176
177 @Override
178 public void rebind(Name name, Object obj) throws NamingException {
179 bind(name, obj, true);
180 }
181
182
183 @Override

Callers 1

bindMethod · 0.45

Calls 1

bindMethod · 0.95

Tested by

no test coverage detected