org.jacorb.orb.giop
Interface SelectionStrategy
- LFUSelectionStrategyImpl, LRUSelectionStrategyImpl
public interface SelectionStrategy
This class is used to select a connection for closing. The connection
should be idle (although this is checked again later when
closing). The given list of connections is synchronized, so no
additional synchronization is necessary.
Version:
- Nicolas Noffke
selectForClose
public ServerGIOPConnection selectForClose(List connections)
Select a connection for closing. If none is idle, null should be
returned.