org.jacorb.orb.giop
Class LRUSelectionStrategyImpl

java.lang.Object
  extended byorg.jacorb.orb.giop.LRUSelectionStrategyImpl
All Implemented Interfaces:
SelectionStrategy

public class LRUSelectionStrategyImpl
extends java.lang.Object
implements SelectionStrategy

Version:
$Id: LRUSelectionStrategyImpl.java,v 1.4 2003/08/15 11:04:40 andre.spiegel Exp $
Author:
Nicolas Noffke

Constructor Summary
LRUSelectionStrategyImpl()
           
 
Method Summary
 ServerGIOPConnection selectForClose(java.util.List connections)
          Select a connection for closing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LRUSelectionStrategyImpl

public LRUSelectionStrategyImpl()
Method Detail

selectForClose

public ServerGIOPConnection selectForClose(java.util.List connections)
Description copied from interface: SelectionStrategy
Select a connection for closing. If none is idle, null should be returned.

Specified by:
selectForClose in interface SelectionStrategy