Retrieve a naming context. @param obj Object bound to the required naming context
(Object obj)
| 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 | /** |