Uses of Interface
com.sun.corba.ee.spi.ior.iiop.IIOPAddress
Packages that use IIOPAddress
Package
Description
-
Uses of IIOPAddress in com.sun.corba.ee.impl.ior.iiop
Classes in com.sun.corba.ee.impl.ior.iiop that implement IIOPAddressModifier and TypeClassDescription(package private) class
final class
final class
Fields in com.sun.corba.ee.impl.ior.iiop declared as IIOPAddressModifier and TypeFieldDescriptionprivate IIOPAddress
AlternateIIOPAddressComponentImpl.addr
private IIOPAddress
IIOPProfileTemplateImpl.primary
Methods in com.sun.corba.ee.impl.ior.iiop that return IIOPAddressModifier and TypeMethodDescriptionAlternateIIOPAddressComponentImpl.getAddress()
IIOPProfileTemplateImpl.getPrimaryAddress()
Constructors in com.sun.corba.ee.impl.ior.iiop with parameters of type IIOPAddressModifierConstructorDescriptionIIOPProfileTemplateImpl
(ORB orb, GIOPVersion version, IIOPAddress primary) -
Uses of IIOPAddress in com.sun.corba.ee.impl.plugin.hwlb
Fields in com.sun.corba.ee.impl.plugin.hwlb declared as IIOPAddressMethods in com.sun.corba.ee.impl.plugin.hwlb with parameters of type IIOPAddressModifier and TypeMethodDescriptionprivate void
VirtualAddressAgentImpl.agentAddress
(IIOPAddress addr) private void
VirtualAddressAgentImpl.SpecialIIOPProfileImpl.templateAddress
(IIOPAddress addr) Constructors in com.sun.corba.ee.impl.plugin.hwlb with parameters of type IIOPAddressModifierConstructorDescriptionSpecialIIOPProfileTemplateImpl
(ORB orb, GIOPVersion version, IIOPAddress primary) -
Uses of IIOPAddress in com.sun.corba.ee.impl.protocol
Methods in com.sun.corba.ee.impl.protocol that return IIOPAddressModifier and TypeMethodDescriptionprivate IIOPAddress
ClientDelegateImpl.getPrimaryAddress
(IOR ior) -
Uses of IIOPAddress in com.sun.corba.ee.impl.transport
Methods in com.sun.corba.ee.impl.transport that return IIOPAddressModifier and TypeMethodDescriptionprivate IIOPAddress
ContactInfoListImpl.getPrimaryAddress
(IOR ior) Methods in com.sun.corba.ee.impl.transport with parameters of type IIOPAddressModifier and TypeMethodDescriptionprivate void
ContactInfoListImpl.changingEffectiveAddress
(IIOPAddress oldAddr, IIOPAddress newAddr) -
Uses of IIOPAddress in com.sun.corba.ee.spi.ior.iiop
Methods in com.sun.corba.ee.spi.ior.iiop that return IIOPAddressModifier and TypeMethodDescriptionAlternateIIOPAddressComponent.getAddress()
IIOPProfileTemplate.getPrimaryAddress()
Return the IIOP address from the IIOP profile.static IIOPAddress
IIOPFactories.makeIIOPAddress
(String host, int port) static IIOPAddress
IIOPFactories.makeIIOPAddress
(InputStream is) Methods in com.sun.corba.ee.spi.ior.iiop with parameters of type IIOPAddressModifier and TypeMethodDescriptionIIOPFactories.makeAlternateIIOPAddressComponent
(IIOPAddress addr) static IIOPProfileTemplate
IIOPFactories.makeIIOPProfileTemplate
(ORB orb, GIOPVersion version, IIOPAddress primary)