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

Method getContext

java/org/apache/naming/ContextBindings.java:126–128  ·  view source on GitHub ↗

Retrieve a naming context. @param obj Object bound to the required naming context

(Object obj)

Source from the content-addressed store, hash-verified

124 * @param obj Object bound to the required naming context
125 */
126 static Context getContext(Object obj) {
127 return objectBindings.get(obj);
128 }
129
130
131 /**

Callers 3

testGlobalNamingMethod · 0.95
getBoundContextMethod · 0.95

Calls 1

getMethod · 0.65

Tested by 2

testGlobalNamingMethod · 0.76