KickJava   Java API By Example, From Geeks To Geeks.

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

org.omg.PortableInterceptor
Class ServerIdHelper

java.lang.Object
  extended by org.omg.PortableInterceptor.ServerIdHelper

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


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


public ServerIdHelper()
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 void write(OutputStream ostream,
                         String value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags