| Subclasses of ServiceResourceSelector in org.rioproject.monitor |
class |
LeastActiveSelector
LeastActiveSelector is used to select a target Cybernode for provisioning. |
class |
ResourceCostSelector
This class provides an implementation of a ServiceResourceSelector which
manages a TreeSet of ServiceResource objects
which reflect the resources being leased. |
class |
RoundRobinSelector
This class provides an implementation of a
ServiceResourceSelector which manages a
LinkedList of ServiceResource objects which
reflect the resources being leased. |