KickJava   Java API By Example, From Geeks To Geeks.

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

org.omg.CosNaming
Class NamingContextExtHelper

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

public static NamingContextExt 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,
                          NamingContextExt that)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


public static NamingContextExt 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 NamingContextExt unchecked_narrow(Object obj)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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

Popular Tags