Imported GNU Classpath 0.90
[official-gcc.git] / libjava / classpath / tools / gnu / classpath / tools / rmi / REGISTRY.txt
blob7d8e192329f2475c576c0a97711d7ad63dba1360
1 The persistent RMI naming service, required for the remote method invocations
2 (packages java.rmi.*, java.rmi.Registry.*).
4 Copyright 2006 Free Software Foundation, Inc.
5 This is free software; see the source for copying conditions.  There is NO
6 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
8 Please report bugs at http://www.gnu.org/software/classpath/bugs.html
10 Usage: rmiregistry <options>
12  where <options> includes:
13   -port N        Start the registry on the given local port. If this key
14                  is not specified, the service starts on the port 1099.
15   -verbose       Log binding events to stdout.                
16   -stop          Stop the running naming service at the given port.
17   
18   -transient     Start transient registry service that does not write any
19                  data to the disk. Such service looses the stored bindings if
20                  restarted. If this key is not specified, the 
21                  persistent naming service is started.
22   -restart       "Cold start:, clear the persistent naming database, if any.
23   -folder Folder Store the persistent binding file in the given folder. If this
24                  key is not specified, the file with persistent bindings is 
25                  stored into the current folder.
26                  
27                                 
28