Lines Matching defs:ServerImpl
28 public class ServerImpl
35 public ServerImpl(String s) throws java.rmi.RemoteException {
41 System.out.println("Calling Callback method from the ServerImpl");
51 "ServerImpl.main: exception while calling callback " +
64 ServerImpl obj = null;
67 obj = new ServerImpl("ServerImpl");
68 Naming.rebind("/ServerImpl", obj);
69 System.out.println("ServerImpl created and bound in the registry" +
70 " to the name ServerImpl");
73 System.out.println("ServerImpl.main: an exception occurred:");