Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gnu.classpath.examples.CORBA.NamingService
Class Demo  view Demo download Demo.java

java.lang.Object
  extended bygnu.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()
           
 
Method Summary
static void main(java.lang.String[] an_args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Demo

public Demo()
Method Detail

main

public static void main(java.lang.String[] an_args)