java.lang.Object
gnu.classpath.examples.CORBA.NamingService.Demo
- public class Demo
- extends java.lang.Object
A simple test of the naming service.
The main class of the GNU Classpath transient naming service is
gnu.CORBA.NamingService. This class must be started
before starting this example.
This example should interoperate as with GNU Classpath naming
service, as with Sun Microsystems transient and persistent
naming services, included in releases 1.3 and 1.4 (tnameserv and
orbd). To work with this example, the naming service must
be started on the local host, at the port 900.
The persistent naming service is currently under development.
|
Constructor Summary |
Demo()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Demo
public Demo()
main
public static void main(java.lang.String[] an_args)