-
- All Superinterfaces:
- NamingContextOperations
- All Known Subinterfaces:
- NamingContextExt
- All Known Implementing Classes:
- _NamingContextExtStub, NamingContextExtPOA
public interface NamingContextExtOperations extends NamingContextOperations
NamingContextExt
is the extension ofNamingContext
which contains a set of name bindings in which each name is unique and is part of Interoperable Naming Service. Different names can be bound to an object in the same or different contexts at the same time. Using NamingContextExt, you can use URL-based names to bind and resolve.
-
-
Method Summary
Methods Modifier and Type Method and Description Object
resolve_str(String sn)
This operation resolves the Stringified name into the object reference.NameComponent[]
to_name(String sn)
This operation converts a Stringified Name into an equivalent array of Name Components.String
to_string(NameComponent[] n)
This operation creates a stringified name from the array of Name components.String
to_url(String addr, String sn)
This operation creates a URL based "iiopname://" format name from the Stringified Name of the object.-
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
This operation creates a stringified name from the array of Name components.- Parameters:
n
- Name of the object- Throws:
org.omg.CosNaming.NamingContextExtPackage.InvalidName
- Indicates the name does not identify a binding.InvalidName
-
to_name
NameComponent[] to_name(String sn) throws InvalidName
This operation converts a Stringified Name into an equivalent array of Name Components.- Parameters:
sn
- Stringified Name of the object- Throws:
org.omg.CosNaming.NamingContextExtPackage.InvalidName
- Indicates the name does not identify a binding.InvalidName
-
to_url
String to_url(String addr, String sn) throws InvalidAddress, InvalidName
This operation creates a URL based "iiopname://" format name from the Stringified Name of the object.- Parameters:
addr
- internet based address of the host machine where Name Service is runningsn
- Stringified Name of the object- Throws:
org.omg.CosNaming.NamingContextExtPackage.InvalidName
- Indicates the name does not identify a binding.org.omg.CosNaming.NamingContextPackage.InvalidAddress
- Indicates the internet based address of the host machine is incorrectInvalidAddress
InvalidName
-
resolve_str
Object resolve_str(String sn) throws NotFound, CannotProceed, InvalidName
This operation resolves the Stringified name into the object reference.- Parameters:
sn
- Stringified Name of the object- Throws:
NotFound
- Indicates there is no object reference for the given name.CannotProceed
- Indicates that the given compound name is incorrectorg.omg.CosNaming.NamingContextExtPackage.InvalidName
- Indicates the name does not identify a binding.InvalidName
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-org/omg/cosnaming/namingcontextextoperations.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.