Home
last modified time | relevance | path

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

/aoo4110/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge_Test.java117 XInterface[] proxyBXInterface = new XInterface[COUNT]; in testLifeCycle() local
125 proxyBXInterface[i] = (XInterface) bridgeB.getInstance(name); in testLifeCycle()
129 TestInterface.class, proxyBXInterface[i]); in testLifeCycle()
134 TestInterface.class, proxyBXInterface[i]); in testLifeCycle()
139 TestInterface.class, proxyBXInterface[i]); in testLifeCycle()
155 WaitUnreachable u1 = new WaitUnreachable(proxyBXInterface[i]); in testLifeCycle()
157 proxyBXInterface[i] = null; in testLifeCycle()

Completed in 11 milliseconds