jasco.runtime.distribution.hostselection
Class DefaultHostSelectionStrategy

java.lang.Object
  extended by jasco.runtime.distribution.hostselection.DefaultHostSelectionStrategy
All Implemented Interfaces:
IHostSelectionStrategy

public class DefaultHostSelectionStrategy
extends java.lang.Object
implements IHostSelectionStrategy


Constructor Summary
DefaultHostSelectionStrategy()
           
 
Method Summary
 java.util.Vector<Host> selectHosts(java.util.Vector<Host> hosts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultHostSelectionStrategy

public DefaultHostSelectionStrategy()
Method Detail

selectHosts

public java.util.Vector<Host> selectHosts(java.util.Vector<Host> hosts)
Specified by:
selectHosts in interface IHostSelectionStrategy