summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAudrius Meskauskas <audriusa@Bioinformatics.org>2006-02-14 15:36:22 +0000
committerAudrius Meskauskas <audriusa@Bioinformatics.org>2006-02-14 15:36:22 +0000
commit469524c50ec69eb8e9c0fb04ab4d4411ac682fe3 (patch)
tree751cc9afc2b47d60be92d157357a49f6fe1d5e7d /tools
parent898903cbb6975bc7d889fc454113fc39704910bb (diff)
downloadclasspath-469524c50ec69eb8e9c0fb04ab4d4411ac682fe3.tar.gz
2006-02-14 Audrius Meskauskas <AudriusA@Bioinformatics.org>
* NEWS: Updated tool status. * gnu/CORBA/NamingService/NamingMap.java (Map): Made protected. (constructor, bind, rebind): Rewritten. * gnu/CORBA/NamingService/TransientContext.java: Rewritten. * tools/gnu/classpath/tools/giop/README: Updated. (comitting in parts) * tools/gnu/classpath/tools/giop/NameServicePersistent.java, tools/gnu/classpath/tools/giop/NamingServicePersistent.txt, tools/gnu/classpath/tools/giop/nameservice/PersistentContext.java, tools/gnu/classpath/tools/giop/nameservice/PersistentContextMap.java, tools/gnu/classpath/tools/giop/nameservice/PersistentMap.java: New files.
Diffstat (limited to 'tools')
-rw-r--r--tools/gnu/classpath/tools/giop/README11
1 files changed, 8 insertions, 3 deletions
diff --git a/tools/gnu/classpath/tools/giop/README b/tools/gnu/classpath/tools/giop/README
index 9e3df4e21..f1be7b674 100644
--- a/tools/gnu/classpath/tools/giop/README
+++ b/tools/gnu/classpath/tools/giop/README
@@ -7,7 +7,12 @@ All GIOP tools support the --help option.
The list of the currently available tools:
* GRMIC - RMI-IIOP stub and tie generator.
-* NameService - GIOP naming service (currently transient, but the
- persistent fuctionality may be added in the future).
+* NameService - GIOP transient naming service (this tool is called
+ tnameserv in Sun's package).
+* NameService - GIOP persistent naming service (this tool is called
+ orbd in Sun's package).
* IorParser - Parses the stringified form of the interoperable
- object references (IOR's). \ No newline at end of file
+ object references (IOR's).
+* RMIC - RMI stub and tie source code generator (complements
+ the ASM based bytecode generator in the separate
+ tools package). \ No newline at end of file