KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > DynamicAny > DynAnyHelper

org.omg.DynamicAny
Class DynAnyHelper

java.lang.Object
  extended by org.omg.DynamicAny.DynAnyHelper
See Also:
Source Code

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


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


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


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


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

Popular Tags