Uses of Interface
com.sun.corba.ee.spi.legacy.connection.ORBSocketFactory
-
Packages that use ORBSocketFactory Package Description com.sun.corba.ee.impl.legacy.connection com.sun.corba.ee.impl.orb com.sun.corba.ee.spi.orb -
-
Uses of ORBSocketFactory in com.sun.corba.ee.impl.legacy.connection
Classes in com.sun.corba.ee.impl.legacy.connection that implement ORBSocketFactory Modifier and Type Class Description classDefaultSocketFactory -
Uses of ORBSocketFactory in com.sun.corba.ee.impl.orb
Classes in com.sun.corba.ee.impl.orb that implement ORBSocketFactory Modifier and Type Class Description static classParserTable.TestLegacyORBSocketFactoryFields in com.sun.corba.ee.impl.orb declared as ORBSocketFactory Modifier and Type Field Description private ORBSocketFactoryORBDataParserImpl. legacySocketFactoryMethods in com.sun.corba.ee.impl.orb that return ORBSocketFactory Modifier and Type Method Description ORBSocketFactoryORBDataParserImpl. getLegacySocketFactory()Methods in com.sun.corba.ee.impl.orb with parameters of type ORBSocketFactory Modifier and Type Method Description private voidORBConfiguratorImpl. createAndRegisterAcceptor(ORB orb, ORBSocketFactory legacySocketFactory, int port, java.lang.String name, java.lang.String type)private voidORBConfiguratorImpl. setLegacySocketFactoryORB(ORB orb, ORBSocketFactory legacySocketFactory) -
Uses of ORBSocketFactory in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return ORBSocketFactory Modifier and Type Method Description ORBSocketFactoryORBData. getLegacySocketFactory()
-