Uses of Interface
com.sun.corba.ee.spi.transport.TransportManager
-
Packages that use TransportManager Package Description com.sun.corba.ee.impl.orb com.sun.corba.ee.impl.transport com.sun.corba.ee.spi.orb -
-
Uses of TransportManager in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb declared as TransportManager Modifier and Type Field Description protected TransportManager
ORBImpl. transportManager
Methods in com.sun.corba.ee.impl.orb that return TransportManager Modifier and Type Method Description TransportManager
ORBImpl. getCorbaTransportManager()
TransportManager
ORBSingleton. getCorbaTransportManager()
TransportManager
ORBImpl. getTransportManager()
TransportManager
ORBSingleton. getTransportManager()
-
Uses of TransportManager in com.sun.corba.ee.impl.transport
Classes in com.sun.corba.ee.impl.transport that implement TransportManager Modifier and Type Class Description class
TransportManagerImpl
-
Uses of TransportManager in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return TransportManager Modifier and Type Method Description abstract TransportManager
ORB. getCorbaTransportManager()
abstract TransportManager
ORB. getTransportManager()
-