KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CosNaming > NamingContextExtOperations

org.omg.CosNaming
Interface NamingContextExtOperations

All Superinterfaces:
NamingContextOperations
All Known Subinterfaces:
NamingContextExt
All Known Implementing Classes:
_NamingContextExtStub, NamingContextExtPOA
See Also:
Source Code

Object resolve_str(String sn)
                   throws NotFound,
                          CannotProceed,
                          InvalidName
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


NameComponent[] to_name(String sn)
                        throws InvalidName
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String to_string(NameComponent[] n)
                 throws InvalidName
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String to_url(String addr,
              String sn)
              throws InvalidAddress,
                     InvalidName
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags