Uses of Class
org.jacorb.orb.etf.ProtocolAddressBase

Packages that use ProtocolAddressBase
org.jacorb.imr   
org.jacorb.orb   
org.jacorb.orb.etf   
org.jacorb.orb.iiop   
 

Uses of ProtocolAddressBase in org.jacorb.imr
 

Methods in org.jacorb.imr that return ProtocolAddressBase
 ProtocolAddressBase ImRAccessImpl.getImRAddress()
           
 

Methods in org.jacorb.imr with parameters of type ProtocolAddressBase
 void ImRAccessImpl.registerPOA(java.lang.String name, java.lang.String server, ProtocolAddressBase address)
           
 

Uses of ProtocolAddressBase in org.jacorb.orb
 

Methods in org.jacorb.orb that return ProtocolAddressBase
 ProtocolAddressBase ORB.createAddress(java.lang.String address)
           
 ProtocolAddressBase ImRAccess.getImRAddress()
           
 

Methods in org.jacorb.orb with parameters of type ProtocolAddressBase
 void ImRAccess.registerPOA(java.lang.String name, java.lang.String server, ProtocolAddressBase address)
           
 

Uses of ProtocolAddressBase in org.jacorb.orb.etf
 

Fields in org.jacorb.orb.etf declared as ProtocolAddressBase
protected  ProtocolAddressBase ProtocolAddressBase.next
           
 

Methods in org.jacorb.orb.etf that return ProtocolAddressBase
 ProtocolAddressBase FactoriesBase.create_protocol_address(java.lang.String addr)
           
 ProtocolAddressBase ProtocolAddressBase.copy()
          This function shall return an equivalent, deep-copy of the profile on the free store.
 ProtocolAddressBase ProtocolAddressBase.get_next()
           
 

Methods in org.jacorb.orb.etf with parameters of type ProtocolAddressBase
 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.
 

Uses of ProtocolAddressBase in org.jacorb.orb.iiop
 

Subclasses of ProtocolAddressBase in org.jacorb.orb.iiop
 class IIOPAddress
           
 

Methods in org.jacorb.orb.iiop that return ProtocolAddressBase
 ProtocolAddressBase IIOPProfile.getAddress()
           
 

Methods in org.jacorb.orb.iiop with parameters of type ProtocolAddressBase
 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).