Name
tnameserv: Transient Naming Service Daemon — Since JDK 1.2
Synopsis
tnameserv [ options ]
Description
The tnameserv daemon is a transient implementation of the CORBA Naming Service provided with Java IDL. tnameserv allows remote CORBA objects to bind to names with the naming directory of the service. Remote clients can connect to tnameserv through standard CORBA APIs and ask for references to these objects by name or browse through the objects bound to names in the directory. This daemon runs a Naming Service implementation whose object bindings persist only for the lifetime of the daemon process. The orbd tool, described earlier, provides both persistent and transient naming services.
Options
-J<javaoption>Passes the given option directly to the underlying Java virtual machine. There is no space between the
-Jand the option. For example, use the following to run the JVM in verbose mode:>
tnameserv -J-verbose ...-ORBInitialPort <portnum>Listens to the specified port for client requests on the Naming Service. The default port is 900. This option corresponds to the Java property
org.omg.CORBA.ORBInitialPort.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access