159160161162163164165166167168169
public void stopAccepting() { XAcceptor acc; synchronized (this) { acc = acceptor; } acc.stopAccepting(); } private static final boolean DEBUG = false; private final XMultiServiceFactory serviceFactory;
267268269270271272273274275276277
} } } } } finally { dupAcceptor.stopAccepting() ; if (dupAcception.isAlive()) { dupAcception.interrupt() ; } }
137138139140141142143144145146147
260261262263264265266267268269270
156157158159160161162163164165166
264265266267268269270271272273274
164165166167168169170171172173174
272273274275276277278279280281282