Uses of Interface
com.sun.corba.ee.spi.ior.iiop.IIOPAddress
-
Packages that use IIOPAddress Package Description com.sun.corba.ee.impl.ior.iiop com.sun.corba.ee.impl.plugin.hwlb com.sun.corba.ee.impl.protocol com.sun.corba.ee.impl.transport com.sun.corba.ee.spi.ior.iiop -
-
Uses of IIOPAddress in com.sun.corba.ee.impl.ior.iiop
Classes in com.sun.corba.ee.impl.ior.iiop that implement IIOPAddress Modifier and Type Class Description (package private) class
IIOPAddressBase
class
IIOPAddressClosureImpl
class
IIOPAddressImpl
Fields in com.sun.corba.ee.impl.ior.iiop declared as IIOPAddress Modifier and Type Field Description private IIOPAddress
AlternateIIOPAddressComponentImpl. addr
private IIOPAddress
IIOPProfileTemplateImpl. primary
Methods in com.sun.corba.ee.impl.ior.iiop that return IIOPAddress Modifier and Type Method Description IIOPAddress
AlternateIIOPAddressComponentImpl. getAddress()
IIOPAddress
IIOPProfileTemplateImpl. getPrimaryAddress()
Constructors in com.sun.corba.ee.impl.ior.iiop with parameters of type IIOPAddress Constructor Description AlternateIIOPAddressComponentImpl(IIOPAddress addr)
IIOPProfileTemplateImpl(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 IIOPAddress Modifier and Type Field Description private IIOPAddress
VirtualAddressAgentImpl. addr
Methods in com.sun.corba.ee.impl.plugin.hwlb with parameters of type IIOPAddress Modifier and Type Method Description private 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 IIOPAddress Constructor Description SpecialIIOPProfileTemplateImpl(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 IIOPAddress Modifier and Type Method Description private 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 IIOPAddress Modifier and Type Method Description private IIOPAddress
ContactInfoListImpl. getPrimaryAddress(IOR ior)
Methods in com.sun.corba.ee.impl.transport with parameters of type IIOPAddress Modifier and Type Method Description private 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 IIOPAddress Modifier and Type Method Description IIOPAddress
AlternateIIOPAddressComponent. getAddress()
IIOPAddress
IIOPProfileTemplate. getPrimaryAddress()
Return the IIOP address from the IIOP profile.static IIOPAddress
IIOPFactories. makeIIOPAddress(java.lang.String host, int port)
static IIOPAddress
IIOPFactories. makeIIOPAddress(InputStream is)
Methods in com.sun.corba.ee.spi.ior.iiop with parameters of type IIOPAddress Modifier and Type Method Description static AlternateIIOPAddressComponent
IIOPFactories. makeAlternateIIOPAddressComponent(IIOPAddress addr)
static IIOPProfileTemplate
IIOPFactories. makeIIOPProfileTemplate(ORB orb, GIOPVersion version, IIOPAddress primary)
-