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) classIIOPAddressBaseclassIIOPAddressClosureImplclassIIOPAddressImplFields in com.sun.corba.ee.impl.ior.iiop declared as IIOPAddress Modifier and Type Field Description private IIOPAddressAlternateIIOPAddressComponentImpl. addrprivate IIOPAddressIIOPProfileTemplateImpl. primaryMethods in com.sun.corba.ee.impl.ior.iiop that return IIOPAddress Modifier and Type Method Description IIOPAddressAlternateIIOPAddressComponentImpl. getAddress()IIOPAddressIIOPProfileTemplateImpl. 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 IIOPAddressVirtualAddressAgentImpl. addrMethods in com.sun.corba.ee.impl.plugin.hwlb with parameters of type IIOPAddress Modifier and Type Method Description private voidVirtualAddressAgentImpl. agentAddress(IIOPAddress addr)private voidVirtualAddressAgentImpl.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 IIOPAddressClientDelegateImpl. 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 IIOPAddressContactInfoListImpl. getPrimaryAddress(IOR ior)Methods in com.sun.corba.ee.impl.transport with parameters of type IIOPAddress Modifier and Type Method Description private voidContactInfoListImpl. 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 IIOPAddressAlternateIIOPAddressComponent. getAddress()IIOPAddressIIOPProfileTemplate. getPrimaryAddress()Return the IIOP address from the IIOP profile.static IIOPAddressIIOPFactories. makeIIOPAddress(java.lang.String host, int port)static IIOPAddressIIOPFactories. makeIIOPAddress(InputStream is)Methods in com.sun.corba.ee.spi.ior.iiop with parameters of type IIOPAddress Modifier and Type Method Description static AlternateIIOPAddressComponentIIOPFactories. makeAlternateIIOPAddressComponent(IIOPAddress addr)static IIOPProfileTemplateIIOPFactories. makeIIOPProfileTemplate(ORB orb, GIOPVersion version, IIOPAddress primary)
-