Home | History | Annotate | Download | only in rmi

Lines Matching full:web

7 host that executes the web server distributing that applet.  However,

19 recording the current number is contained by the web server
84 with the object by the web server. Once the reference is obtained, it
115 it must be registered with the web server. A <code>AppletServer</code>
125 AppletServer web = new AppletServer(args[0]);
126 <font color="red">web.exportObject("counter", new Counter());</font>
127 web.run();
135 the object with the name "counter". The web server starts the service
193 If the web browser running the applet
196 then the web server