Rio Project 4.2 API Documentation



Package org.rioproject.associations.strategy

Service selection strategies for Association proxies

See:
          Description

Class Summary
AbstractServiceSelectionStrategy<T> Boilerplate implementation of the ServiceSelectionStrategy.
FailOver<T> Returns the first service in the Association.
RoundRobin<T> Alternates selection of services from the Association, alternating the selection of associated services using a round-robin approach
Utilization<T> A round-robin selector that selects services running on compute resources whose system resources are not depleted.
 

Package org.rioproject.associations.strategy Description

Service selection strategies for Association proxies


Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.