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

java.lang.Object
  |
  +--org.objectweb.david.apis.services.naming.NameServerHelper

public class NameServerHelper
extends Object

NameServerHelper Class generated by the Idl2Java Compiler 3.1 of Jonathan


Field Summary
static String _id
           
 
Constructor Summary
NameServerHelper()
           
 
Method Summary
static NameServer extract(Any a)
           
static String id()
           
static void insert(Any a, NameServer t)
           
static NameServer narrow(Object obj)
           
static NameServer read(InputStream istream)
           
static TypeCode type()
           
static void write(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 String _id
Constructor Detail

NameServerHelper

public NameServerHelper()
Method Detail

id

public static String id()

insert

public static void insert(Any a,
                          NameServer t)

extract

public static NameServer extract(Any a)

read

public static NameServer read(InputStream istream)

write

public static void write(OutputStream ostream,
                         NameServer value)

narrow

public static NameServer narrow(Object obj)

type

public static TypeCode type()