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

Method bindContext

java/org/apache/naming/ContextBindings.java:89–91  ·  view source on GitHub ↗

Binds an object and a naming context. @param obj Object to bind with naming context @param context Associated naming context instance

(Object obj, Context context)

Source from the content-addressed store, hash-verified

87 * @param context Associated naming context instance
88 */
89 public static void bindContext(Object obj, Context context) {
90 bindContext(obj, context, null);
91 }
92
93
94 /**

Callers 2

getBoundContextMethod · 0.95
lifecycleEventMethod · 0.95

Calls 2

checkSecurityTokenMethod · 0.95
putMethod · 0.65

Tested by

no test coverage detected