The Java Developers Almanac 1.4


Order this book from Amazon.

   
Home > List of Packages > javax.rmi  [3 examples]

e503. Starting the Name Server

If 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.
    > rmiregistry
If 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

 Related Examples
e504. Defining and Exporting a Portable Remote Object
e505. Looking Up a Portable Remote Object and Invoking a Method


© 2002 Addison-Wesley.