jasco.runtime.distribution.hostselection
Interface IHostSelectionStrategy

All Known Implementing Classes:
DefaultHostSelectionStrategy, RandomHostSelectionStrategy

public interface IHostSelectionStrategy


Method Summary
 java.util.Vector<Host> selectHosts(java.util.Vector<Host> hosts)
           
 

Method Detail

selectHosts

java.util.Vector<Host> selectHosts(java.util.Vector<Host> hosts)