KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CosNaming > NamingContextHelper

org.omg.CosNaming
Class NamingContextHelper

java.lang.Object
  extended by org.omg.CosNaming.NamingContextHelper
See Also:
Top Examples, Source Code

public static NamingContext extract(Any a)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static String id()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void insert(Any a,
                          NamingContext that)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public NamingContextHelper()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static NamingContext narrow(Object obj)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static NamingContext read(InputStream istream)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static TypeCode type()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static NamingContext unchecked_narrow(Object obj)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void write(OutputStream ostream,
                         NamingContext value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags