Importing a network object
NetInterface netObj=
(NetInterface)Manager.lookup(url);
where NetInterface is a network interface supported
by the network object and url is a url address taking the form:
http://host:port/object-name
- host is the internet name of the machine where lives the object.
- port is the socket port where the java processes owning the
object listens to remote requests.
- object name is the name given to the object when it was
exported.
- 2 -