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)
| 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 | /** |
no test coverage detected