Searched refs:sayHelloWithHashMap2 (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jdk/test/javax/rmi/PortableRemoteObject/
H A DHelloInterface.java12 public String sayHelloWithHashMap2(HashMap<String, String> hashMap ) throws java.rmi.RemoteException; method in interface:HelloInterface
H A DHelloImpl.java44 public String sayHelloWithHashMap2(HashMap<String, String> receivedHashMap) method in class:HelloImpl
H A D_HelloInterface_Stub.java193 public String sayHelloWithHashMap2(HashMap arg0) throws java.rmi.RemoteException { method in class:_HelloInterface_Stub
200 _request("sayHelloWithHashMap2", true);
209 return sayHelloWithHashMap2(arg0);
217 ServantObject so = _servant_preinvoke("sayHelloWithHashMap2",HelloInterface.class);
219 return sayHelloWithHashMap2(arg0);
223 return ((HelloInterface)so.servant).sayHelloWithHashMap2(arg0Copy);
H A D_HelloImpl_Tie.java94 if (method.equals("sayHelloWithHashMap2")) {
96 String result = target.sayHelloWithHashMap2(arg0);

Completed in 99 milliseconds