jp.co.nec.orb
クラス NamingContextRrHelper

java.lang.Object
  |
  +--jp.co.nec.orb.NamingContextRrHelper

public abstract class NamingContextRrHelper
extends java.lang.Object


コンストラクタの概要
NamingContextRrHelper()
           
 
メソッドの概要
static NamingContextRr extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, NamingContextRr t)
           
static NamingContextRr narrow(Object obj)
           
static NamingContextRr read(InputStream is)
           
static TypeCode type()
           
static void write(OutputStream os, NamingContextRr _v)
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

NamingContextRrHelper

public NamingContextRrHelper()
メソッドの詳細

insert

public static void insert(Any a,
                          NamingContextRr t)

extract

public static NamingContextRr extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static NamingContextRr read(InputStream is)

write

public static void write(OutputStream os,
                         NamingContextRr _v)

narrow

public static NamingContextRr narrow(Object obj)