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

Packages that use ServerGIOPConnection
org.jacorb.orb.giop   
 

Uses of ServerGIOPConnection in org.jacorb.orb.giop
 

Methods in org.jacorb.orb.giop that return ServerGIOPConnection
 ServerGIOPConnection LRUSelectionStrategyImpl.selectForClose(java.util.List connections)
           
 ServerGIOPConnection SelectionStrategy.selectForClose(java.util.List connections)
          Select a connection for closing.
 ServerGIOPConnection LFUSelectionStrategyImpl.selectForClose(java.util.List connections)
           
 ServerGIOPConnection GIOPConnectionManager.createServerGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener)
           
 

Methods in org.jacorb.orb.giop with parameters of type ServerGIOPConnection
 void GIOPConnectionManager.unregisterServerGIOPConnection(ServerGIOPConnection connection)