KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CORBA > ServiceInformationHolder

org.omg.CORBA
Class ServiceInformationHolder

java.lang.Object
  extended by org.omg.CORBA.ServiceInformationHolder
All Implemented Interfaces:
Streamable
See Also:
Top Examples, Source Code

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


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


public ServiceInformation value
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void _read(InputStream in)
See Also:
Streamable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TypeCode _type()
See Also:
Streamable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void _write(OutputStream out)
See Also:
Streamable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags