Lines Matching refs:bindings
79 private Hashtable<String, Remote> bindings
133 synchronized (bindings) {
134 Remote obj = bindings.get(name);
150 synchronized (bindings) {
151 Remote curr = bindings.get(name);
154 bindings.put(name, obj);
167 synchronized (bindings) {
168 Remote obj = bindings.get(name);
171 bindings.remove(name);
183 bindings.put(name, obj);
194 synchronized (bindings) {
195 int i = bindings.size();
197 Enumeration<String> enum_ = bindings.keys();