Searched refs:acception (Results 1 – 1 of 1) sorted by relevance
123 AcceptorThread acception = null, in _accept() local149 acception = new AcceptorThread(oObj) ; in _accept()150 acception.start() ; in _accept()165 acception.join(5 * 1000) ; in _accept()168 if (acception.isAlive()) { in _accept()173 if (acception.acceptedCall == null) in _accept()177 acception.acceptedCall.getDescription()) ; in _accept()179 if (acception.ex != null) { in _accept()181 acception.ex.printStackTrace(log) ; in _accept()184 if (acception.acceptedCall == null) in _accept()[all …]