Searched refs:xAcceptor (Results 1 – 4 of 4) sorted by relevance
116 XAcceptor xAcceptor = null ; in _connect() local130 xAcceptor = (XAcceptor)UnoRuntime.queryInterface(XAcceptor.class, x); in _connect()132 acceptorThread = new AcceptorThread(xAcceptor) ; in _connect()
88 …XAcceptor xAcceptor = UnoRuntime.queryInterface(XAcceptor.class, serviceManager.createInstance("co… in main() local91 XConnection xConnection = xAcceptor.accept(conDcp); in main()
109 XAcceptor xAcceptor = Acceptor.create(ctx); in main() local115 XConnection xConnection = xAcceptor.accept(conDcp); in main()
795 Reference< XAcceptor > xAcceptor; variable797 xAcceptor, xContext,822 Reference< XConnection > xConnection( xAcceptor->accept( aConnectDescr ) );
Completed in 41 milliseconds