Uses of Interface
com.sun.corba.ee.spi.transport.IORToSocketInfo
-
Packages that use IORToSocketInfo 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 IORToSocketInfo in com.sun.corba.ee.impl.folb
Classes in com.sun.corba.ee.impl.folb that implement IORToSocketInfo Modifier and Type Class Description class
ClientGroupManager
-
Uses of IORToSocketInfo in com.sun.corba.ee.impl.orb
Classes in com.sun.corba.ee.impl.orb that implement IORToSocketInfo Modifier and Type Class Description static class
ParserTable.TestIORToSocketInfo
Fields in com.sun.corba.ee.impl.orb declared as IORToSocketInfo Modifier and Type Field Description private IORToSocketInfo
ORBDataParserImpl. iorToSocketInfo
Methods in com.sun.corba.ee.impl.orb that return IORToSocketInfo Modifier and Type Method Description IORToSocketInfo
ORBDataParserImpl. getIORToSocketInfo()
Methods in com.sun.corba.ee.impl.orb with parameters of type IORToSocketInfo Modifier and Type Method Description void
ORBDataParserImpl. setIORToSocketInfo(IORToSocketInfo x)
-
Uses of IORToSocketInfo in com.sun.corba.ee.impl.transport
Classes in com.sun.corba.ee.impl.transport that implement IORToSocketInfo Modifier and Type Class Description class
DefaultIORToSocketInfoImpl
-
Uses of IORToSocketInfo in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return IORToSocketInfo Modifier and Type Method Description IORToSocketInfo
ORBData. getIORToSocketInfo()
Methods in com.sun.corba.ee.spi.orb with parameters of type IORToSocketInfo Modifier and Type Method Description void
ORBData. setIORToSocketInfo(IORToSocketInfo x)
-