![]() |
The Java Developers Almanac 1.4Order this book from Amazon. |
e503. Starting the Name ServerIf you are using RMI over the Java Remote Method Protocol (JRMP), start up the RMI registry so that you can create and export remote objects.> rmiregistryIf you are using RMI over the Internet Inter-ORB Protocol (IIOP), start up the CORBA Common Object Services (COS) name server so that you can create and export remote objects. > tnameserv
e505. Looking Up a Portable Remote Object and Invoking a Method © 2002 Addison-Wesley. |