Searched refs:sayHello (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/test/com/sun/corba/cachedSocket/
H A DHello.idl28 string sayHello();
H A DHelloClient.java53 System.out.println(helloImpl.sayHello());
H A DHelloServer.java40 // implement sayHello() method
41 public String sayHello() { method in class:HelloImpl
/openjdk7/jdk/test/java/rmi/registry/readTest/testPkg/
H A DServer.java32 public String sayHello() { method in class:Server
H A DHello.java30 String sayHello() throws RemoteException; method in interface:Hello
H A DClient.java40 String response = stub.sayHello();
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/registry/
H A DHello.java31 String sayHello() throws RemoteException; method in interface:Hello
H A DHelloImpl.java42 public synchronized String sayHello() { method in class:HelloImpl
76 System.err.println(hello.sayHello() +
H A DHelloImpl_Stub.java32 new java.rmi.server.Operation("java.lang.String sayHello()")
52 $method_sayHello_0 = Hello.class.getMethod("sayHello", new java.lang.Class[] {});
68 // implementation of sayHello()
69 public java.lang.String sayHello() method in class:HelloImpl_Stub
/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DServer.java32 public String sayHello(Callback c) throws RemoteException; method in interface:Server
H A DServerImpl.java40 public String sayHello(Callback c) throws RemoteException { method in class:ServerImpl
46 "+ running a new thread in sayHello method!");
/openjdk7/jdk/test/javax/rmi/ssl/
H A DSSLSocketParametersTest.java41 public String sayHello() throws RemoteException; method in interface:SSLSocketParametersTest.Hello
53 public String sayHello() { method in class:SSLSocketParametersTest.HelloImpl
75 String message = obj.sayHello();

Completed in 676 milliseconds