The Java Developers Almanac 1.4


Order this book from Amazon.

   
Home > List of Packages > java.rmi  [6 examples]

e187. Starting the RMI Registry

Starting up the RMI registry allows you to create and export remote objects.
    > rmiregistry

 Related Examples
e188. Defining and Exporting a Remote Object
e189. Looking Up a Remote Object and Invoking a Method
e190. Passing Parameters to a Remote Method
e191. Returning Values from a Remote Method
e192. Throwing an Exception from a Remote Method


© 2002 Addison-Wesley.