org.objectweb.david.apis.services.naming
Class NameServerHelper

java.lang.Object
  extended byorg.objectweb.david.apis.services.naming.NameServerHelper

public class NameServerHelper
extends java.lang.Object

NameServerHelper Class generated by the Idl2Java Compiler 3.1 of Jonathan


Field Summary
static java.lang.String _id
           
 
Constructor Summary
NameServerHelper()
           
 
Method Summary
static NameServer extract(org.omg.CORBA.Any a)
           
static java.lang.String id()
           
static void insert(org.omg.CORBA.Any a, NameServer t)
           
static NameServer narrow(org.omg.CORBA.Object obj)
           
static NameServer read(org.omg.CORBA.portable.InputStream istream)
           
static org.omg.CORBA.TypeCode type()
           
static void write(org.omg.CORBA.portable.OutputStream ostream, NameServer value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_id

public static java.lang.String _id
Constructor Detail

NameServerHelper

public NameServerHelper()
Method Detail

id

public static java.lang.String id()

insert

public static void insert(org.omg.CORBA.Any a,
                          NameServer t)

extract

public static NameServer extract(org.omg.CORBA.Any a)

read

public static NameServer read(org.omg.CORBA.portable.InputStream istream)

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         NameServer value)

narrow

public static NameServer narrow(org.omg.CORBA.Object obj)

type

public static org.omg.CORBA.TypeCode type()