Searched refs:acceptedCall (Results 1 – 5 of 5) sorted by relevance
69 public XConnection acceptedCall = null ; field in _XAcceptor.AcceptorThread84 acceptedCall = acc.accept(connectString) ; in run()175 if (acception.acceptedCall == null) in _accept()179 acception.acceptedCall.getDescription()) ; in _accept()186 if (acception.acceptedCall == null) in _accept()190 acception.acceptedCall.getDescription()) ; in _accept()192 result &= acception.acceptedCall != null ; in _accept()242 log.println("Accepted call = " + acception.acceptedCall) ; in _accept()309 if (acception.acceptedCall == null) in _stopAccepting()313 acception.acceptedCall.getDescription()) ; in _stopAccepting()
68 public XConnection acceptedCall = null ; field in _XConnector.AcceptorThread82 acceptedCall = acc.accept(connectString) ; in run()159 if (acceptorThread.acceptedCall == null) in _connect()163 acceptorThread.acceptedCall.getDescription()) ; in _connect()170 if (acceptorThread.acceptedCall == null) in _connect()174 acceptorThread.acceptedCall.getDescription()) ; in _connect()176 result &= acceptorThread.acceptedCall != null ; in _connect()
139 public XConnection acceptedCall = null ; field in various.AcceptorThread158 acceptedCall = acc.accept(connectString) ; in run()160 acceptedCall, xInstProv); in run()
83 public XConnection acceptedCall = null ; field in _XBridgeFactory.AcceptorThread97 acceptedCall = acc.accept(connectString); in run()
139 public XConnection acceptedCall = null ; field in various.AcceptorThread158 acceptedCall = acc.accept(connectString) ; in run()
Completed in 21 milliseconds