KickJava   Java API By Example, From Geeks To Geeks.

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

org.omg.PortableInterceptor
Class ObjectReferenceFactoryHolder

java.lang.Object
  extended by org.omg.PortableInterceptor.ObjectReferenceFactoryHolder
All Implemented Interfaces:
Streamable

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


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


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


public void _read(InputStream i)
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 o)
See Also:
Streamable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags