Uses of Class
org.omg.CosNaming.NamingContextExtPackage.InvalidAddress
-
Packages that use InvalidAddress Package Description org.omg.CosNaming Provides a naming service for Java IDL.org.omg.CosNaming.NamingContextExtPackage This package contains the following classes, which are used inorg.omg.CosNaming.NamingContextExt
:AddressHelper
StringNameHelper
URLStringHelper
InvalidAddress
-
-
Uses of InvalidAddress in org.omg.CosNaming
Methods in org.omg.CosNaming that throw InvalidAddress Modifier and Type Method Description String
_NamingContextExtStub. to_url(String addr, String sn)
This operation creates a URL based "iiopname://" format name from the Stringified Name of the object.String
NamingContextExtOperations. to_url(String addr, String sn)
This operation creates a URL based "iiopname://" format name from the Stringified Name of the object. -
Uses of InvalidAddress in org.omg.CosNaming.NamingContextExtPackage
Fields in org.omg.CosNaming.NamingContextExtPackage declared as InvalidAddress Modifier and Type Field Description InvalidAddress
InvalidAddressHolder. value
Methods in org.omg.CosNaming.NamingContextExtPackage that return InvalidAddress Modifier and Type Method Description static InvalidAddress
InvalidAddressHelper. extract(Any a)
static InvalidAddress
InvalidAddressHelper. read(InputStream istream)
Methods in org.omg.CosNaming.NamingContextExtPackage with parameters of type InvalidAddress Modifier and Type Method Description static void
InvalidAddressHelper. insert(Any a, InvalidAddress that)
static void
InvalidAddressHelper. write(OutputStream ostream, InvalidAddress value)
Constructors in org.omg.CosNaming.NamingContextExtPackage with parameters of type InvalidAddress Constructor Description InvalidAddressHolder(InvalidAddress initialValue)
-