Package | Description |
---|---|
org.jacorb.imr | |
org.jacorb.orb | |
org.jacorb.orb.etf | |
org.jacorb.orb.iiop |
Modifier and Type | Method and Description |
---|---|
ProtocolAddressBase |
ImRAccessImpl.getImRAddress() |
Modifier and Type | Method and Description |
---|---|
void |
ImRAccessImpl.registerPOA(String name,
String server,
ProtocolAddressBase address) |
Modifier and Type | Method and Description |
---|---|
ProtocolAddressBase |
ORB.createAddress(String address) |
ProtocolAddressBase |
ImRAccess.getImRAddress() |
Modifier and Type | Method and Description |
---|---|
void |
ImRAccess.registerPOA(String name,
String server,
ProtocolAddressBase address) |
Modifier and Type | Field and Description |
---|---|
protected ProtocolAddressBase |
ProtocolAddressBase.next |
Modifier and Type | Method and Description |
---|---|
ProtocolAddressBase |
ProtocolAddressBase.copy()
This function shall return an equivalent, deep-copy of the profile
on the free store.
|
ProtocolAddressBase |
FactoriesBase.create_protocol_address(String addr) |
ProtocolAddressBase |
ProtocolAddressBase.get_next() |
Modifier and Type | Method and Description |
---|---|
void |
ProfileBase.patchPrimaryAddress(ProtocolAddressBase replacement)
Profiles use this method for taking alternative address values
for replacement, such as when an IOR proxy or IMR is in use.
|
Modifier and Type | Class and Description |
---|---|
class |
IIOPAddress |
Modifier and Type | Method and Description |
---|---|
ProtocolAddressBase |
IIOPProfile.getAddress() |
Modifier and Type | Method and Description |
---|---|
void |
IIOPProfile.patchPrimaryAddress(ProtocolAddressBase replacement)
Replaces the host in this profile's primary address with newHost
(if it is not null), and the port with newPort (if it is not -1).
|
Copyright © 2016 JacORB. All rights reserved.