Uses of Class
org.jacorb.orb.giop.TransportManager

Packages that use TransportManager
org.jacorb.orb   
org.jacorb.orb.giop   
 

Uses of TransportManager in org.jacorb.orb
 

Methods in org.jacorb.orb that return TransportManager
 TransportManager ORB.getTransportManager()
           
 

Constructors in org.jacorb.orb with parameters of type TransportManager
BasicAdapter(ORB orb, POA rootPOA, TransportManager transport_manager, GIOPConnectionManager giop_connection_manager)
           
 

Uses of TransportManager in org.jacorb.orb.giop
 

Constructors in org.jacorb.orb.giop with parameters of type TransportManager
ClientConnectionManager(ORB orb, TransportManager transport_manager, GIOPConnectionManager giop_connection_manager)