KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CORBA_2_3 > ORB

org.omg.ORBA_2_3.index.htm">CORBA_2_3
Class ORB

java.lang.Object
  extended by org.omg.CORBA.ORB
      extended by org.omg.CORBA_2_3.ORB
See Also:
Top Examples, Source Code

public Object get_value_def(String repid)
                     throws BAD_PARAM
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ValueFactory lookup_value_factory(String id)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public ValueFactory register_value_factory(String id,
                                           ValueFactory factory)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void set_delegate(Object wrapper)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void unregister_value_factory(String id)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags