Home
last modified time | relevance | path

Searched refs:acception (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/qadevOOo/tests/java/ifc/connection/
H A D_XAcceptor.java123 AcceptorThread acception = null, in _accept() local
149 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 …]