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

Method lookupLink

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

Source from the content-addressed store, hash-verified

256
257
258 @Override
259 public Object lookupLink(Name name) throws NamingException {
260
261 if (log.isTraceEnabled()) {
262 log.trace(sm.getString("selectorContext.methodUsingName", "lookupLink", name));
263 }
264
265 return getBoundContext().lookupLink(parseName(name));
266 }
267
268
269 @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