Uses of Class
org.omg.CosNaming.NamingContextExtPackage.InvalidAddress
-
Packages that use InvalidAddress Package Description com.sun.corba.ee.impl.naming.cosnaming org.omg.CosNaming org.omg.CosNaming.NamingContextExtPackage -
-
Uses of InvalidAddress in com.sun.corba.ee.impl.naming.cosnaming
Methods in com.sun.corba.ee.impl.naming.cosnaming that throw InvalidAddress Modifier and Type Method Description java.lang.String
InterOperableNamingImpl. createURLBasedAddress(java.lang.String address, java.lang.String name)
Method which converts the Stringified name and Host Name Address into a URL based Namejava.lang.String
NamingContextImpl. to_url(java.lang.String addr, java.lang.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
Methods in org.omg.CosNaming that throw InvalidAddress Modifier and Type Method Description java.lang.String
_NamingContextExtStub. to_url(java.lang.String addr, java.lang.String sn)
This operation creates a URL based "iiopname://" format name from the Stringified Name of the object.java.lang.String
NamingContextExtOperations. to_url(java.lang.String addr, java.lang.String sn)
This operation creates a URL based "iiopname://" format name from the Stringified Name of the object.java.lang.String
NamingContextExtPOATie. to_url(java.lang.String addr, java.lang.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)
-