jasco.runtime.distribution.hostselection
Class RandomHostSelectionStrategy

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

public class RandomHostSelectionStrategy
extends java.lang.Object
implements IHostSelectionStrategy


Constructor Summary
RandomHostSelectionStrategy()
           
 
Method Summary
 Host selectHost(java.util.Vector<Host> hosts)
           
 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

RandomHostSelectionStrategy

public RandomHostSelectionStrategy()
Method Detail

selectHosts

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

selectHost

public Host selectHost(java.util.Vector<Host> hosts)