Home
last modified time | relevance | path

Searched defs:iReceiver (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/jurt/test/com/sun/star/lib/uno/protocols/urp/
H A DProtocol_Test.java50 Endpoint iReceiver = new Endpoint(iBridge, inB, outA); in test() local
66 Endpoint iSender, Endpoint iReceiver, String oId) throws Exception in testCall()
80 Endpoint iSender, Endpoint iReceiver, String oId) throws Exception in testCallWithInParameter()
97 Endpoint iSender, Endpoint iReceiver, String oId) throws Exception in testCallWithOutParameter()
118 Endpoint iSender, Endpoint iReceiver, String oId) throws Exception in testCallWithInOutParameter()
142 Endpoint iSender, Endpoint iReceiver, String oId) throws Exception in testCallWithResult()
161 Endpoint iSender, Endpoint iReceiver, String oId) throws Exception in testCallWhichRaisesException()
181 Endpoint iSender, Endpoint iReceiver, String oId) throws Exception in testCallWithIn_Out_InOut_Paramters_and_result()
213 Endpoint iSender, Endpoint iReceiver, String oId) throws Exception in testCallWhichReturnsAny()
/AOO41X/main/jurt/com/sun/star/lib/uno/environments/remote/
H A DJob.java59 public Job(Object object, IReceiver iReceiver, Message iMessage) { in Job()