org.omg.CosNaming
Interface NamingContextExtOperations

All Superinterfaces:
NamingContextOperations
All Known Subinterfaces:
NamingContextExt

public interface NamingContextExtOperations
extends NamingContextOperations

Generated from IDL interface "NamingContextExt".

Version:
generated at Sep 22, 2012 10:57:57 AM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

Method Summary
 Object resolve_str(String sn)
           
 NameComponent[] to_name(String sn)
           
 String to_string(NameComponent[] n)
           
 String to_url(String addr, String sn)
           
 
Methods inherited from interface org.omg.CosNaming.NamingContextOperations
bind_context, bind_new_context, bind, destroy, list, new_context, rebind_context, rebind, resolve, unbind
 

Method Detail

to_string

String to_string(NameComponent[] n)
                 throws InvalidName
Throws:
InvalidName

to_name

NameComponent[] to_name(String sn)
                        throws InvalidName
Throws:
InvalidName

to_url

String to_url(String addr,
              String sn)
              throws InvalidName,
                     InvalidAddress
Throws:
InvalidName
InvalidAddress

resolve_str

Object resolve_str(String sn)
                   throws NotFound,
                          CannotProceed,
                          InvalidName
Throws:
NotFound
CannotProceed
InvalidName


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.