Home
last modified time | relevance | path

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

/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DHandshaker.java39 private CommunicationManager communicationManager = null; field in Handshaker
41 public Handshaker(CommunicationManager communicationManager) { in Handshaker() argument
42 this.communicationManager = communicationManager; in Handshaker()
43 this.communicationManager.addListener(this); in Handshaker()
60 communicationManager.stop(); in received()
81 communicationManager.sendPackage(CH_Handshake, null, realData); in sendHandshake()
H A DCommandCaller.java44 private CommunicationManager communicationManager = null; field in CommandCaller
62 public CommandCaller(CommunicationManager communicationManager) { in CommandCaller() argument
63 this.communicationManager = communicationManager; in CommandCaller()
64 communicationManager.addListener(this); in CommandCaller()
315 communicationManager.sendPackage(CH_SimpleMultiChannel, header, data); in send()
563 communicationManager.stop(); in endBlock()
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclApp.java41 protected CommunicationManager communicationManager = null; field in VclApp
53 this.communicationManager = new CommunicationManager("127.0.0.1", openOffice.getAutomationPort()); in VclApp()
54 this.caller = new CommandCaller(communicationManager); in VclApp()
55 new Handshaker(communicationManager); in VclApp()
120 communicationManager.stop(); in stop()
188 communicationManager.connect(); in exists()
/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...

Completed in 22 milliseconds