KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > PortableServer > portable > Delegate

org.omg.PortableServer.portable
Interface Delegate

See Also:
Top Examples, Source Code

POA default_POA(Servant Self)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Object get_interface_def(Servant self)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean is_a(Servant Self,
             String Repository_Id)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean non_existent(Servant Self)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


byte[] object_id(Servant Self)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


POA poa(Servant Self)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Object this_object(Servant Self)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags