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

Method listBindings

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

Source from the content-addressed store, hash-verified

210
211
212 @Override
213 public NamingEnumeration<Binding> listBindings(Name name) throws NamingException {
214
215 if (log.isTraceEnabled()) {
216 log.trace(sm.getString("selectorContext.methodUsingName", "listBindings", name));
217 }
218
219 return getBoundContext().listBindings(parseName(name));
220 }
221
222
223 @Override

Callers

nothing calls this directly

Calls 5

getBoundContextMethod · 0.95
parseNameMethod · 0.95
isTraceEnabledMethod · 0.65
traceMethod · 0.65
getStringMethod · 0.65

Tested by

no test coverage detected