de.cohesion.bssh.impl
Class CommandProcessor

java.lang.Object
  extended by de.cohesion.bssh.impl.CommandProcessor

public class CommandProcessor
extends java.lang.Object

Author:
schulzs

Constructor Summary
CommandProcessor(java.util.Set<? extends Command<Result>> commands, java.util.Set<Member> members, long timeout)
           
 
Method Summary
 java.lang.Iterable<Result> getResults()
           
 void setConcurrency(Concurrency.Level level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandProcessor

public CommandProcessor(java.util.Set<? extends Command<Result>> commands,
                        java.util.Set<Member> members,
                        long timeout)
Method Detail

setConcurrency

public void setConcurrency(Concurrency.Level level)

getResults

public java.lang.Iterable<Result> getResults()


Copyright © 2005 . All Rights Reserved.