KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > PortableInterceptor > CurrentHelper

org.omg.PortableInterceptor
Class CurrentHelper

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

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


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


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


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


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

Popular Tags