4445464748495051525354
super (); } protected void startService () throws RemoteException, NamingException { if (spaceName == null) sp = new SpaceProxy (); else sp = new SpaceProxy (spaceName); InitialContext ctx = new InitialContext (); ctx.rebind (getName (), sp); }