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 in
org.omg.CosNaming.NamingContextExt:
|
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
InvalidAddress |
InvalidAddressHolder.value |
Modifier and Type | Method and Description |
---|---|
static InvalidAddress |
InvalidAddressHelper.extract(Any a) |
static InvalidAddress |
InvalidAddressHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
InvalidAddressHelper.insert(Any a,
InvalidAddress that) |
static void |
InvalidAddressHelper.write(OutputStream ostream,
InvalidAddress value) |
Constructor and Description |
---|
InvalidAddressHolder(InvalidAddress initialValue) |