(Name name)
| 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 |
nothing calls this directly
no test coverage detected