Uses of Interface
com.sun.corba.ee.spi.transport.Selector
-
Packages that use Selector Package Description com.sun.corba.ee.impl.orb com.sun.corba.ee.impl.transport com.sun.corba.ee.spi.transport -
-
Uses of Selector in com.sun.corba.ee.impl.orb
Methods in com.sun.corba.ee.impl.orb that return Selector Modifier and Type Method Description Selector
ORBSingleton. getSelector(int x)
-
Uses of Selector in com.sun.corba.ee.impl.transport
Classes in com.sun.corba.ee.impl.transport that implement Selector Modifier and Type Class Description class
SelectorImpl
Fields in com.sun.corba.ee.impl.transport declared as Selector Modifier and Type Field Description protected Selector
TransportManagerImpl. selector
Methods in com.sun.corba.ee.impl.transport that return Selector Modifier and Type Method Description Selector
TransportManagerImpl. getSelector()
Selector
TransportManagerImpl. getSelector(int id)
-
Uses of Selector in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport that return Selector Modifier and Type Method Description Selector
TransportManager. getSelector()
Selector
TransportManager. getSelector(int id)
-