Uses of Interface
com.sun.corba.ee.spi.transport.IIOPPrimaryToContactInfo
-
Packages that use IIOPPrimaryToContactInfo Package Description com.sun.corba.ee.impl.folb com.sun.corba.ee.impl.orb com.sun.corba.ee.impl.transport com.sun.corba.ee.spi.orb -
-
Uses of IIOPPrimaryToContactInfo in com.sun.corba.ee.impl.folb
Classes in com.sun.corba.ee.impl.folb that implement IIOPPrimaryToContactInfo Modifier and Type Class Description class
ClientGroupManager
-
Uses of IIOPPrimaryToContactInfo in com.sun.corba.ee.impl.orb
Classes in com.sun.corba.ee.impl.orb that implement IIOPPrimaryToContactInfo Modifier and Type Class Description static class
ParserTable.TestIIOPPrimaryToContactInfo
Fields in com.sun.corba.ee.impl.orb declared as IIOPPrimaryToContactInfo Modifier and Type Field Description private IIOPPrimaryToContactInfo
ORBDataParserImpl. iiopPrimaryToContactInfo
Methods in com.sun.corba.ee.impl.orb that return IIOPPrimaryToContactInfo Modifier and Type Method Description IIOPPrimaryToContactInfo
ORBDataParserImpl. getIIOPPrimaryToContactInfo()
Methods in com.sun.corba.ee.impl.orb with parameters of type IIOPPrimaryToContactInfo Modifier and Type Method Description void
ORBDataParserImpl. setIIOPPrimaryToContactInfo(IIOPPrimaryToContactInfo x)
-
Uses of IIOPPrimaryToContactInfo in com.sun.corba.ee.impl.transport
Fields in com.sun.corba.ee.impl.transport declared as IIOPPrimaryToContactInfo Modifier and Type Field Description protected IIOPPrimaryToContactInfo
ContactInfoListIteratorImpl. primaryToContactInfo
-
Uses of IIOPPrimaryToContactInfo in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return IIOPPrimaryToContactInfo Modifier and Type Method Description IIOPPrimaryToContactInfo
ORBData. getIIOPPrimaryToContactInfo()
Methods in com.sun.corba.ee.spi.orb with parameters of type IIOPPrimaryToContactInfo Modifier and Type Method Description void
ORBData. setIIOPPrimaryToContactInfo(IIOPPrimaryToContactInfo x)
-