Searched refs:exportedServants (Results 1 - 1 of 1) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/javax/rmi/CORBA/
H A DUtil.java123 // Runs as long as there are exportedServants
127 private static IdentityHashtable exportedServants = new IdentityHashtable(); field in class:Util
158 for (Enumeration e = exportedServants.keys(); e.hasMoreElements(); )
483 synchronized (exportedServants) {
487 exportedServants.put(target,tie);
513 synchronized (exportedServants) {
516 exportedServants.remove(target);
529 if (exportedServants.isEmpty()) {
552 synchronized (exportedServants) {
562 Tie result = (Tie)exportedServants
[all...]

Completed in 87 milliseconds