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

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

Uses of GIOPConnectionManager in org.jacorb.orb
 

Methods in org.jacorb.orb that return GIOPConnectionManager
 GIOPConnectionManager ORB.getGIOPConnectionManager()
           
 

Uses of GIOPConnectionManager in org.jacorb.orb.giop
 

Constructors in org.jacorb.orb.giop with parameters of type GIOPConnectionManager
ServerGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener, StatisticsProvider statistics_provider, GIOPConnectionManager manager)
           
ClientConnectionManager(ORB orb, TransportManager transport_manager, GIOPConnectionManager giop_connection_manager)