public interface NamingContextExtOperations extends NamingContextOperations
| Modifier and Type | Method and Description |
|---|---|
Object |
resolve_str(String n) |
NameComponent[] |
to_name(String sn) |
String |
to_string(NameComponent[] n) |
String |
to_url(String addr,
String sn) |
bind_context, bind_new_context, bind, destroy, list, new_context, rebind_context, rebind, resolve, unbindString to_string(NameComponent[] n) throws InvalidName
InvalidNameNameComponent[] to_name(String sn) throws InvalidName
InvalidNameString to_url(String addr, String sn) throws InvalidName, InvalidAddress
InvalidNameInvalidAddressObject resolve_str(String n) throws NotFound, CannotProceed, InvalidName
NotFoundCannotProceedInvalidNameCopyright © 2017 JacORB. All rights reserved.