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.StringInterOperableNamingImpl. 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.StringNamingContextImpl. 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.StringNamingContextExtOperations. 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.StringNamingContextExtPOATie. 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 InvalidAddressInvalidAddressHolder. valueMethods in org.omg.CosNaming.NamingContextExtPackage that return InvalidAddress Modifier and Type Method Description static InvalidAddressInvalidAddressHelper. extract(Any a)static InvalidAddressInvalidAddressHelper. read(InputStream istream)Methods in org.omg.CosNaming.NamingContextExtPackage with parameters of type InvalidAddress Modifier and Type Method Description static voidInvalidAddressHelper. insert(Any a, InvalidAddress that)static voidInvalidAddressHelper. write(OutputStream ostream, InvalidAddress value)Constructors in org.omg.CosNaming.NamingContextExtPackage with parameters of type InvalidAddress Constructor Description InvalidAddressHolder(InvalidAddress initialValue)
-