Home
last modified time | relevance | path

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

/AOO41X/main/qadevOOo/tests/java/ifc/connection/
H A D_XAcceptor.java125 AcceptorThread acception = null, in _accept() local
151 acception = new AcceptorThread(oObj) ; in _accept()
152 acception.start() ; in _accept()
167 acception.join(5 * 1000) ; in _accept()
170 if (acception.isAlive()) { in _accept()
175 if (acception.acceptedCall == null) in _accept()
179 acception.acceptedCall.getDescription()) ; in _accept()
181 if (acception.ex != null) { in _accept()
183 acception.ex.printStackTrace(log) ; in _accept()
186 if (acception.acceptedCall == null) in _accept()
[all …]