ServiceResourceSelector
which manages a LinkedList
of ServiceResource
objects which reflect the resources being leased. This class organizes list items in a round robin fashion, putting a used elements last in the list one they are selected. This class must be registered with the LandlordLessor
, and will be notified as resources are lease, updated or removed
@see org.rioproject.impl.service.LandlordLessor
@see org.rioproject.impl.service.ResourceLessor
@author Dennis Reedy
|
|